.navi {
    :root {
        --gray-accent: #777777;
        --red: #ff3333;
        --red-accent: #FFD9D9;
        --blue: #0BE7F8;
        --blue-accent: #D9FCFF;
        --green: #B1FF57;
        --green-accent: #ECFFD7;
    }

    p {
        text-align: left;
        margin: auto;
        max-width: 500px;
        font-size: 1.3rem;
        line-height: 1.6;
        font-family: "Roboto";
    }

    n {
        text-align: left;
        margin: auto;
        max-width: 500px;
        font-family: "Roboto";
    }

    b {
        display: flex;
        text-align: left;
        margin: auto;
        justify-content: center;
        margin-top: 50px;
        max-width: 500px;
        font-family: "Roboto";
        transition: color .3s -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    b:hover {
        color: var(--gray-accent);
        -ms-transform: scale(1.02);
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }

    h1 {
        text-align: center;
        font-size: 2.5rem;
        max-width: 600px;
        font-weight: 900;
        font-family: "Roboto";
    }

    main {
        max-width: 950px;
        margin: 0 auto;
        padding: 0 20%;
    }

    #static-content {
        max-width: 500px;
        margin: 0 auto;
        padding: 0 20%;
    }

    p.talk {
        max-width: 950px;
        font-size: 17px;
    }

    h1.section-header {
        font-family: "Roboto";
        font-weight: bold;
        padding-top: 1.1rem;
        margin-bottom: 0.5rem;
        padding-bottom: 0;
        font-size: 1.1rem;
        text-transform: lowercase;
        text-align: left;
        text-decoration: underline;
    }

    h1.interactive-header {
        font-family: "Roboto";
        font-weight: bold;
        padding-top: 1.1rem;
        margin-bottom: 0.5rem;
        padding-bottom: 0;
        font-size: 1.1rem;
        text-transform: lowercase;
        text-align: left;
        text-decoration: underline;
        margin: auto;
        padding-left: 10%;
    }

    #content {
        margin: auto;
        text-align: left;
        max-width: 100%;
    }

    a {
        font-family: "Roboto";
        color: black;
        text-decoration: underline;
    }

    a:hover {
        background-size: 100% 88%;
        text-decoration: none;
    }

    .no-style {
        color: initial;
        text-decoration: none;
        background-image: none;
    }

    .project-wrapper {
        list-style-type: none;
        flex-basis: 25%;
        margin-bottom: 0px;
        padding: 1rem;
        width: 100%;
    }

    a.project-link {
        background-image: none;
        /* text-decoration: underline; */
    }

    .project-grid {
        list-style: none;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: dense;
        column-gap: 1rem;
        margin: auto;
    }

    .project-wrapper,
    .image-description {
        width: 95%;
    }

    .project-wrapper img {
        width: 100%;
        margin-bottom: 1em;
        border-radius: 25px;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
    }

    /*
.project-title {
  font-size: 21px;
  font-family: "Roboto";
  font-weight: bold;
  display: table-row;
  line-height: 1.4;
  color: black;
}
*/
    .image-description {
        font-family: "Roboto";
        font-size: 17px;
        font-weight: 400;
        color: black;
        width: 100%;
    }

    li:hover .image-description:not(.no-hover) {
        color: black;
    }

    li img {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    li:hover img:not(.no-hover) {
        -ms-transform: scale(1.02);
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }

    li .image-description {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    @media (max-width: 1250px) {
        #static-content {
            padding: 0;
        }

        main {
            padding: 0 10%;
        }

        p,
        p.talk {
            font-size: 17px;
        }

        #intro {
            column-gap: 1rem;
        }

        .project-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 740px) {
        #static-content {
            padding: 0;
        }

        main {
            max-width: none;
            padding: 0;
        }

        p,
        p.talk {
            font-size: 17px;
        }

        #intro {
            column-gap: 1rem;
        }

        .project-grid {
            grid-template-columns: repeat(1, 1fr);
        }
    }

    /* layout */
    #name {
        display: flex;
        column-gap: 2rem;
        justify-content: start;
        margin: 0 1.5rem;
        padding-top: 0;
        text-align: left;
        position: absolute;
        z-index: 1;
    }

    #nav {
        display: flex;
        column-gap: 2rem;
        justify-content: end;
        margin: 0 1.5rem;
        padding-top: 0;
        text-align: left;
    }

    #home-button {
        display: flex;
        column-gap: 2rem;
        justify-content: center;
        margin: 0 1.3rem;
        padding-top: 0;
        text-align: left;
    }

    a {
        font-family: "Roboto";
        color: black;
        text-decoration: none;
        /* background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%); */
        background-image: linear-gradient(120deg, var(--red) 0%, var(--red) 100%);
        background-repeat: no-repeat;
        background-size: 100% 0.2em;
        background-position: 0 88%;
        transition: background-size 0.25s ease-in;
        -webkit-transition: background-size 0.25s ease-in;
    }

    a:hover {
        background-size: 100% 88%;
        text-decoration: none;
    }

    /* global */
    #project-name {
        display: flex;
        padding-top: 40px;
        max-width: 500px;
        text-align: center;
        align-content: flex-start;
        justify-content: center;
        align-items: center;
        column-gap: 3rem;
        margin: auto;
    }

    h2 {
        font-size: 1.5rem;
    }

    p {
        text-align: left;
        margin: auto;
        max-width: 600px;
        font-size: 1.3rem;
        line-height: 1.6;
        font-family: "Roboto";
    }

    h1 {
        text-align: center;
        font-size: 2.5rem;
        max-width: 600px;
        font-weight: 900;
        font-family: "Roboto";
    }

    .bold {
        font-weight: 900;
        font-family: "Roboto";
    }

    /* mobile */
    @media (max-width: 740px) {
        p {
            font-size: 1.1rem;
        }

        #intro {
            column-gap: 1rem;
        }
    }
}

.div-round {
    overflow: hidden;
    position: relative;
    z-index: 10;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.div-round::before {
    display: block;
    content: "";
}

.iframe-round {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    vertical-align: baseline;
    display: inline-block
}

audio:not([controls]) {
    height: 0;
    display: none
}

[hidden],
template {
    display: none
}

/*
a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}
*/
abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@font-face {
    font-family: webflow-icons;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==)format("truetype");
    font-weight: 400;
    font-style: normal
}

[class^=w-icon-],
[class*=\ w-icon-] {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-family: webflow-icons !important
}

.w-icon-slider-right:before {
    content: ""
}

.w-icon-slider-left:before {
    content: ""
}

.w-icon-nav-menu:before {
    content: ""
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
    content: ""
}

.w-icon-file-upload-remove:before {
    content: ""
}

.w-icon-file-upload-icon:before {
    content: ""
}

* {
    box-sizing: border-box
}

html {
    height: 100%
}

body {
    color: #333;
    background-color: #fff;
    min-height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px
}

img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block
}

html.w-mod-touch * {
    background-attachment: scroll !important
}

.w-block {
    display: block
}

.w-inline-block {
    max-width: 100%;
    display: inline-block
}

.w-clearfix:before,
.w-clearfix:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-clearfix:after {
    clear: both
}

.w-hidden {
    display: none
}

.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block
}

input.w-button {
    -webkit-appearance: button
}

html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important
}

.w-code-block {
    margin: unset
}

pre.w-code-block code {
    all: inherit
}

.w-webflow-badge,
.w-webflow-badge * {
    z-index: auto;
    visibility: visible;
    box-sizing: border-box;
    float: none;
    clear: none;
    box-shadow: none;
    opacity: 1;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    background: 0 0;
    border: 0 transparent;
    border-radius: 0;
    width: auto;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0;
    padding: 0;
    list-style-type: disc;
    transition: none;
    display: block;
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    overflow: visible;
    transform: none
}

.w-webflow-badge {
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
    visibility: visible !important;
    z-index: 2147483647 !important;
    color: #aaadb0 !important;
    opacity: 1 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 6px !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-decoration: none !important;
    display: inline-block !important;
    position: fixed !important;
    top: auto !important;
    bottom: 12px !important;
    left: auto !important;
    right: 12px !important;
    overflow: visible !important;
    transform: none !important
}

.w-webflow-badge>img {
    visibility: visible !important;
    opacity: 1 !important;
    vertical-align: middle !important;
    display: inline-block !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    font-weight: 700
}

h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px
}

h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px
}

h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px
}

h4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px
}

h5 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px
}

h6 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px
}

p {
    margin-top: 0;
    margin-bottom: 10px
}

blockquote {
    border-left: 5px solid #e2e2e2;
    margin: 0 0 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px
}

figure {
    margin: 0 0 10px
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none
}

.w-embed:before,
.w-embed:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-embed:after {
    clear: both
}

.w-video {
    width: 100%;
    padding: 0;
    position: relative
}

.w-video iframe,
.w-video object,
.w-video embed {
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

button,
[type=button],
[type=reset] {
    cursor: pointer;
    -webkit-appearance: button;
    border: 0
}

.w-form {
    margin: 0 0 15px
}

.w-form-done {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
    display: none
}

.w-form-fail {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none
}

label {
    margin-bottom: 5px;
    font-weight: 700;
    display: block
}

.w-input,
.w-select {
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
    color: #999
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
    color: #999;
    opacity: 1
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
    color: #999
}

.w-input:focus,
.w-select:focus {
    border-color: #3898ec;
    outline: 0
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
    cursor: not-allowed
}

.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eee
}

textarea.w-input,
textarea.w-select {
    height: auto
}

.w-select {
    background-color: #f3f3f3
}

.w-select[multiple] {
    height: auto
}

.w-form-label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 400;
    display: inline-block
}

.w-radio {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block
}

.w-radio:before,
.w-radio:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-radio:after {
    clear: both
}

.w-radio-input {
    float: left;
    margin: 3px 0 0 -20px;
    line-height: normal
}

.w-file-upload {
    margin-bottom: 10px;
    display: block
}

.w-file-upload-input {
    opacity: 0;
    z-index: -100;
    width: .1px;
    height: .1px;
    position: absolute;
    overflow: hidden
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
    color: #333;
    display: inline-block
}

.w-file-upload-error {
    margin-top: 10px;
    display: block
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
    display: none
}

.w-file-upload-uploading-btn {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    display: flex
}

.w-file-upload-file {
    background-color: #fafafa;
    border: 1px solid #ccc;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    display: flex
}

.w-file-upload-file-name {
    font-size: 14px;
    font-weight: 400;
    display: block
}

.w-file-remove-link {
    cursor: pointer;
    width: auto;
    height: auto;
    margin-top: 3px;
    margin-left: 10px;
    padding: 3px;
    display: block
}

.w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px
}

.w-file-upload-error-msg {
    color: #ea384c;
    padding: 2px 0;
    display: inline-block
}

.w-file-upload-info {
    padding: 0 12px;
    line-height: 38px;
    display: inline-block
}

.w-file-upload-label {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
    width: 20px;
    margin-right: 8px;
    display: inline-block
}

.w-icon-file-upload-uploading {
    height: 20px
}

.w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.w-container:before,
.w-container:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-container:after {
    clear: both
}

.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px
}

.w-row:before,
.w-row:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-row:after {
    clear: both
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0
}

.w-col {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.w-col .w-col {
    padding-left: 0;
    padding-right: 0
}

.w-col-1 {
    width: 8.33333%
}

.w-col-2 {
    width: 16.6667%
}

.w-col-3 {
    width: 25%
}

.w-col-4 {
    width: 33.3333%
}

.w-col-5 {
    width: 41.6667%
}

.w-col-6 {
    width: 50%
}

.w-col-7 {
    width: 58.3333%
}

.w-col-8 {
    width: 66.6667%
}

.w-col-9 {
    width: 75%
}

.w-col-10 {
    width: 83.3333%
}

.w-col-11 {
    width: 91.6667%
}

.w-col-12 {
    width: 100%
}

.w-hidden-main {
    display: none !important
}

@media screen and (max-width: 991px) {
    .w-container {
        max-width: 728px
    }

    .w-hidden-main {
        display: inherit !important
    }

    .w-hidden-medium {
        display: none !important
    }

    .w-col-medium-1 {
        width: 8.33333%
    }

    .w-col-medium-2 {
        width: 16.6667%
    }

    .w-col-medium-3 {
        width: 25%
    }

    .w-col-medium-4 {
        width: 33.3333%
    }

    .w-col-medium-5 {
        width: 41.6667%
    }

    .w-col-medium-6 {
        width: 50%
    }

    .w-col-medium-7 {
        width: 58.3333%
    }

    .w-col-medium-8 {
        width: 66.6667%
    }

    .w-col-medium-9 {
        width: 75%
    }

    .w-col-medium-10 {
        width: 83.3333%
    }

    .w-col-medium-11 {
        width: 91.6667%
    }

    .w-col-medium-12 {
        width: 100%
    }

    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto
    }
}

@media screen and (max-width: 767px) {

    .w-hidden-main,
    .w-hidden-medium {
        display: inherit !important
    }

    .w-hidden-small {
        display: none !important
    }

    .w-row,
    .w-container .w-row {
        margin-left: 0;
        margin-right: 0
    }

    .w-col {
        width: 100%;
        left: auto;
        right: auto
    }

    .w-col-small-1 {
        width: 8.33333%
    }

    .w-col-small-2 {
        width: 16.6667%
    }

    .w-col-small-3 {
        width: 25%
    }

    .w-col-small-4 {
        width: 33.3333%
    }

    .w-col-small-5 {
        width: 41.6667%
    }

    .w-col-small-6 {
        width: 50%
    }

    .w-col-small-7 {
        width: 58.3333%
    }

    .w-col-small-8 {
        width: 66.6667%
    }

    .w-col-small-9 {
        width: 75%
    }

    .w-col-small-10 {
        width: 83.3333%
    }

    .w-col-small-11 {
        width: 91.6667%
    }

    .w-col-small-12 {
        width: 100%
    }
}

@media screen and (max-width: 479px) {
    .w-container {
        max-width: none
    }

    .w-hidden-main,
    .w-hidden-medium,
    .w-hidden-small {
        display: inherit !important
    }

    .w-hidden-tiny {
        display: none !important
    }

    .w-col {
        width: 100%
    }

    .w-col-tiny-1 {
        width: 8.33333%
    }

    .w-col-tiny-2 {
        width: 16.6667%
    }

    .w-col-tiny-3 {
        width: 25%
    }

    .w-col-tiny-4 {
        width: 33.3333%
    }

    .w-col-tiny-5 {
        width: 41.6667%
    }

    .w-col-tiny-6 {
        width: 50%
    }

    .w-col-tiny-7 {
        width: 58.3333%
    }

    .w-col-tiny-8 {
        width: 66.6667%
    }

    .w-col-tiny-9 {
        width: 75%
    }

    .w-col-tiny-10 {
        width: 83.3333%
    }

    .w-col-tiny-11 {
        width: 91.6667%
    }

    .w-col-tiny-12 {
        width: 100%
    }
}

.w-widget {
    position: relative
}

.w-widget-map {
    width: 100%;
    height: 400px
}

.w-widget-map label {
    width: auto;
    display: inline
}

.w-widget-map img {
    max-width: inherit
}

.w-widget-map .gm-style-iw {
    text-align: center
}

.w-widget-map .gm-style-iw>button {
    display: none !important
}

.w-widget-twitter {
    overflow: hidden
}

.w-widget-twitter-count-shim {
    vertical-align: top;
    text-align: center;
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    width: 28px;
    height: 20px;
    display: inline-block;
    position: relative
}

.w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    text-align: center;
    color: #999;
    font-family: serif;
    font-size: 15px;
    line-height: 12px;
    position: relative
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    display: block;
    position: relative
}

.w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px
}

.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
    content: " ";
    pointer-events: none;
    border: solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
    border-width: 4px;
    border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
    margin-top: -4px;
    margin-left: -9px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -10px
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
    border-width: 4px;
    border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    margin-top: -4px;
    margin-left: -8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -9px
}

.w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
    content: " ";
    pointer-events: none;
    border: solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%
}

.w-widget-twitter-count-shim.w--vertical:before {
    border-width: 5px;
    border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
    margin-left: -5px
}

.w-widget-twitter-count-shim.w--vertical:after {
    border-width: 4px;
    border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    margin-left: -4px
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px
}

.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px
}

.w-background-video {
    color: #fff;
    height: 500px;
    position: relative;
    overflow: hidden
}

.w-background-video>video {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important
}

.w-background-video--control {
    background-color: transparent;
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em
}

.w-background-video--control>[hidden] {
    display: none !important
}

.w-slider {
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    background: #ddd;
    height: 300px;
    position: relative
}

.w-slider-mask {
    z-index: 1;
    white-space: nowrap;
    height: 100%;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-slide {
    vertical-align: top;
    white-space: normal;
    text-align: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative
}

.w-slider-nav {
    z-index: 2;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    height: 40px;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0
}

.w-slider-nav.w-round>div {
    border-radius: 100%
}

.w-slider-nav.w-num>div {
    font-size: inherit;
    line-height: inherit;
    width: auto;
    height: auto;
    padding: .2em .5em
}

.w-slider-nav.w-shadow>div {
    box-shadow: 0 0 3px rgba(51, 51, 51, .4)
}

.w-slider-nav-invert {
    color: #fff
}

.w-slider-nav-invert>div {
    background-color: rgba(34, 34, 34, .4)
}

.w-slider-nav-invert>div.w-active {
    background-color: #222
}

.w-slider-dot {
    cursor: pointer;
    background-color: rgba(255, 255, 255, .4);
    width: 1em;
    height: 1em;
    margin: 0 3px .5em;
    transition: background-color .1s, color .1s;
    display: inline-block;
    position: relative
}

.w-slider-dot.w-active {
    background-color: #fff
}

.w-slider-dot:focus {
    outline: none;
    box-shadow: 0 0 0 2px #fff
}

.w-slider-dot:focus.w-active {
    box-shadow: none
}

.w-slider-arrow-left,
.w-slider-arrow-right {
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 80px;
    margin: auto;
    font-size: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-slider-arrow-left [class^=w-icon-],
.w-slider-arrow-right [class^=w-icon-],
.w-slider-arrow-left [class*=\ w-icon-],
.w-slider-arrow-right [class*=\ w-icon-] {
    position: absolute
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
    outline: 0
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto
}

.w-icon-slider-left,
.w-icon-slider-right {
    width: 1em;
    height: 1em;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.w-slider-aria-label {
    clip: rect(0 0 0 0);
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden
}

.w-slider-force-show {
    display: block !important
}

.w-dropdown {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block
}

.w-dropdown-toggle:focus {
    outline: 0
}

.w-icon-dropdown-toggle {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.w-dropdown-list {
    background: #ddd;
    min-width: 100%;
    display: none;
    position: absolute
}

.w-dropdown-list.w--open {
    display: block
}

.w-dropdown-link {
    color: #222;
    padding: 10px 20px;
    display: block
}

.w-dropdown-link.w--current {
    color: #0082f3
}

.w-dropdown-link:focus {
    outline: 0
}

@media screen and (max-width: 767px) {
    .w-nav-brand {
        padding-left: 10px
    }
}

.w-lightbox-backdrop {
    cursor: auto;
    letter-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    color: #fff;
    text-align: center;
    z-index: 2000;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: rgba(0, 0, 0, .9);
    outline: 0;
    font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    list-style: disc;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0)
}

.w-lightbox-backdrop,
.w-lightbox-container {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow: auto
}

.w-lightbox-content {
    height: 100vh;
    position: relative;
    overflow: hidden
}

.w-lightbox-view {
    opacity: 0;
    width: 100vw;
    height: 100vh;
    position: absolute
}

.w-lightbox-view:before {
    content: "";
    height: 100vh
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
    height: 86vh
}

.w-lightbox-frame,
.w-lightbox-view:before {
    vertical-align: middle;
    display: inline-block
}

.w-lightbox-figure {
    margin: 0;
    position: relative
}

.w-lightbox-group .w-lightbox-figure {
    cursor: pointer
}

.w-lightbox-img {
    width: auto;
    max-width: none;
    height: auto
}

.w-lightbox-image {
    float: none;
    max-width: 100vw;
    max-height: 100vh;
    display: block
}

.w-lightbox-group .w-lightbox-image {
    max-height: 86vh
}

.w-lightbox-caption {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, .4);
    padding: .5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-lightbox-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.w-lightbox-control {
    cursor: pointer;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 4em;
    transition: all .3s;
    position: absolute;
    top: 0
}

.w-lightbox-left {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==);
    display: none;
    bottom: 0;
    left: 0
}

.w-lightbox-right {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+);
    display: none;
    bottom: 0;
    right: 0
}

.w-lightbox-close {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=);
    background-size: 18px;
    height: 2.6em;
    right: 0
}

.w-lightbox-strip {
    white-space: nowrap;
    padding: 0 1vh;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: auto;
    overflow-y: hidden
}

.w-lightbox-item {
    box-sizing: content-box;
    cursor: pointer;
    width: 10vh;
    padding: 2vh 1vh;
    display: inline-block;
    -webkit-transform: translate(0, 0)
}

.w-lightbox-active {
    opacity: .3
}

.w-lightbox-thumbnail {
    background: #222;
    height: 10vh;
    position: relative;
    overflow: hidden
}

.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0
}

.w-lightbox-thumbnail .w-lightbox-tall {
    width: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.w-lightbox-thumbnail .w-lightbox-wide {
    height: 100%;
    left: 50%;
    transform: translate(-50%)
}

.w-lightbox-spinner {
    box-sizing: border-box;
    border: 5px solid rgba(0, 0, 0, .4);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    animation: .8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%
}

.w-lightbox-spinner:after {
    content: "";
    border: 3px solid transparent;
    border-bottom-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px
}

.w-lightbox-hide {
    display: none
}

.w-lightbox-noscroll {
    overflow: hidden
}

@media (min-width: 768px) {
    .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh
    }

    .w-lightbox-view,
    .w-lightbox-view:before {
        height: 96vh
    }

    .w-lightbox-group,
    .w-lightbox-group .w-lightbox-view,
    .w-lightbox-group .w-lightbox-view:before {
        height: 84vh
    }

    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh
    }

    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh
    }

    .w-lightbox-left,
    .w-lightbox-right {
        opacity: .5;
        display: block
    }

    .w-lightbox-close {
        opacity: .8
    }

    .w-lightbox-control:hover {
        opacity: 1
    }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
    opacity: 0
}

.w-richtext:before,
.w-richtext:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-richtext:after {
    clear: both
}

.w-richtext[contenteditable=true]:before,
.w-richtext[contenteditable=true]:after {
    white-space: initial
}

.w-richtext ol,
.w-richtext ul {
    overflow: hidden
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type=image] div {
    outline: 2px solid #2895f7
}

.w-richtext figure.w-richtext-figure-type-video>div:after,
.w-richtext figure[data-rt-type=video]>div:after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.w-richtext figure {
    max-width: 60%;
    position: relative
}

.w-richtext figure>div:before {
    cursor: default !important
}

.w-richtext figure img {
    width: 100%
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: .6
}

.w-richtext figure div {
    color: transparent;
    font-size: 0
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type=image] {
    display: table
}

.w-richtext figure.w-richtext-figure-type-image>div,
.w-richtext figure[data-rt-type=image]>div {
    display: inline-block
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,
.w-richtext figure[data-rt-type=image]>figcaption {
    caption-side: bottom;
    display: table-caption
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type=video] {
    width: 60%;
    height: 0
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type=video] iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.w-richtext figure.w-richtext-figure-type-video>div,
.w-richtext figure[data-rt-type=video]>div {
    width: 100%
}

.w-richtext figure.w-richtext-align-center {
    clear: both;
    margin-left: auto;
    margin-right: auto
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,
.w-richtext figure.w-richtext-align-center[data-rt-type=image]>div {
    max-width: 100%
}

.w-richtext figure.w-richtext-align-normal {
    clear: both
}

.w-richtext figure.w-richtext-align-fullwidth {
    text-align: center;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.w-richtext figure.w-richtext-align-fullwidth>div {
    padding-bottom: inherit;
    display: inline-block
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
    display: block
}

.w-richtext figure.w-richtext-align-floatleft {
    float: left;
    clear: none;
    margin-right: 15px
}

.w-richtext figure.w-richtext-align-floatright {
    float: right;
    clear: none;
    margin-left: 15px
}

.w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative
}

.w-nav:before,
.w-nav:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-nav:after {
    clear: both
}

.w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative
}

.w-nav-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.w-nav-link.w--current {
    color: #0082f3
}

.w-nav-menu {
    float: right;
    position: relative
}

[data-nav-menu-open] {
    text-align: center;
    background: #c8c8c8;
    min-width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: visible;
    display: block !important
}

.w--nav-link-open {
    display: block;
    position: relative
}

.w-nav-overlay {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden
}

.w-nav-overlay [data-nav-menu-open] {
    top: 0
}

.w-nav[data-animation=over-left] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation=over-left] .w-nav-overlay,
.w-nav[data-animation=over-left] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    right: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay,
.w-nav[data-animation=over-right] [data-nav-menu-open] {
    z-index: 1;
    top: 0;
    left: auto
}

.w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative
}

.w-nav-button:focus {
    outline: 0
}

.w-nav-button.w--open {
    color: #fff;
    background-color: #c8c8c8
}

.w-nav[data-collapse=all] .w-nav-menu {
    display: none
}

.w-nav[data-collapse=all] .w-nav-button,
.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open {
    display: block
}

.w--nav-dropdown-list-open {
    position: static
}

@media screen and (max-width: 991px) {
    .w-nav[data-collapse=medium] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=medium] .w-nav-button {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .w-nav[data-collapse=small] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=small] .w-nav-button {
        display: block
    }

    .w-nav-brand {
        padding-left: 10px
    }
}

@media screen and (max-width: 479px) {
    .w-nav[data-collapse=tiny] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse=tiny] .w-nav-button {
        display: block
    }
}

.w-tabs {
    position: relative
}

.w-tabs:before,
.w-tabs:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-tabs:after {
    clear: both
}

.w-tab-menu {
    position: relative
}

.w-tab-link {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.w-tab-link.w--current {
    background-color: #c8c8c8
}

.w-tab-link:focus {
    outline: 0
}

.w-tab-content {
    display: block;
    position: relative;
    overflow: hidden
}

.w-tab-pane {
    display: none;
    position: relative
}

.w--tab-active {
    display: block
}

@media screen and (max-width: 479px) {
    .w-tab-link {
        display: block
    }
}

.w-ix-emptyfix:after {
    content: ""
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.w-dyn-empty {
    background-color: #ddd;
    padding: 10px
}

.w-dyn-hide,
.w-dyn-bind-empty,
.w-condition-invisible {
    display: none !important
}

.wf-layout-layout {
    display: grid
}

.w-code-component>* {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

:root {
    --gray-accent: #777777;
    --red: #ff3333;
    --red-accent: #FFD9D9;
    --blue: #0BE7F8;
    --blue-accent: #D9FCFF;
    --green: #B1FF57;
    --green-accent: #ECFFD7;
    --neutral--100: white;
    --neutral--600: #828aa3;
    --secondary--color-1: #c7d6ff;
    --neutral--800: #1f2d54;
    --accent--primary-1: #086cd9;
    --neutral--700: #454e66;
    --neutral--400: #e6e9f1;
    --general--shadow-01: rgba(20, 20, 43, .09);
    --neutral--500: #aab1c6;
    --neutral--200: #f7f8fc;
    --button-shadow--color-01: rgba(74, 58, 255, .26);
    --neutral--300: #eff1f6;
    --button-shadow--white-01: rgba(20, 20, 43, .04);
    --button-shadow--white-03: rgba(20, 20, 43, .1);
    --system--300: #ff5a65;
    --system--red-100: #ffeff0;
    --system--red-400: #dc2b2b;
    --general--shadow-02: rgba(20, 20, 43, .06);
    --secondary--color-3: #f5f8ff;
    --secondary--color-2: #f1f4ff;
    --system--green-100: #def2e6;
    --system--green-300: #14ca74;
    --system--blue-100: #FFDBDB;
    --system--blue-300: #1d88fe;
    --system--orange-100: #fff3e4;
    --system--orange-300: #ff9e2c;
    --system--blue-200: #8fc3ff;
    --system--green-200: #7fdca4;
    --system--orange-200: #ffd19b;
    --secondary--color-4: #94acf2;
    --secondary--color-5: #fdb52a;
    --system--blue-400: #086cd9;
    --system--green-400: #11845b;
    --system--red-200: #ffbec2;
    --system--orange-400: #d5691b;
    --general--shadow-03: rgba(20, 20, 43, .1);
    --general--shadow-04: rgba(20, 20, 43, .14);
    --general--shadow-05: rgba(20, 20, 43, .16);
    --general--shadow-06: rgba(20, 20, 43, .24);
    --button-shadow--white-02: rgba(20, 20, 43, .06);
    --button-shadow--color-3: rgba(74, 58, 255, .08);
    --button-shadow--color-2: rgba(74, 58, 255, .08)
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.w-embed-youtubevideo {
    background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg);
    background-position: 50%;
    background-size: cover;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative
}

.w-embed-youtubevideo:empty {
    min-height: 75px;
    padding-bottom: 56.25%
}

body {
    background-color: var(--neutral--100);
    color: var(--neutral--600);
    font-family: Inter, sans-serif;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1.36
}

h1 {
    color: black;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.571em
}

h2 {
    color: black;
    margin-top: 17px;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.417em
}

h3 {
    color: var(--neutral--800);
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.273em
}

h4 {
    color: var(--neutral--800);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.375em
}

h5 {
    color: var(--neutral--800);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.429em
}

h6 {
    color: var(--neutral--800);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5em
}

p {
    margin-bottom: 16px
}

/*
a {
    color: var(--neutral--800);
    text-decoration: underline;
    transition: color .3s
}

a:hover {
    color: var(--accent--primary-1)
}*/

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px
}

li {
    margin-bottom: 8px;
    padding-left: 8px
}

img {
    max-width: 100%;
    display: inline-block
}

label {
    color: var(--neutral--800);
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.286em;
    display: block
}

strong {
    color: var(--neutral--700);
    font-weight: 700
}

blockquote {
    background-color: var(--accent--primary-1);
    color: var(--neutral--100);
    text-align: center;
    border: 0 solid #000;
    border-radius: 24px;
    margin-top: 14px;
    margin-bottom: 32px;
    padding: 86px 64px;
    font-size: 18px;
    line-height: 30px
}

figure {
    margin-top: 24px;
    margin-bottom: 48px
}

figcaption {
    text-align: center;
    margin-top: 16px
}

.page-wrapper.full-page-wrapper {
    flex-direction: column;
    min-height: 100vh;
    display: flex
}

.grid-2-columns {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.grid-2-columns.main-dashboard-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .5fr 1.5fr;
    align-items: start;
    padding-right: 0
}

.grid-2-columns.main-dashboard-grid.center {
    grid-template-columns: 1fr
}

.grid-2-columns.gap-column-48px {
    grid-column-gap: 48px
}

.grid-2-columns.top-labels {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: .5fr .5fr 1fr;
    grid-auto-flow: row;
    margin-top: 24px
}

.grid-2-columns.top-labels._3 {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr
}

.grid-2-columns.no-gap {
    grid-column-gap: 5px;
    grid-template-columns: .75fr 1fr
}

.grid-2-columns.extra-space {
    grid-column-gap: 32px;
    grid-template-columns: 1.25fr 1fr
}

.grid-2-columns.extra-space.gif {
    grid-column-gap: 40px;
    grid-template-columns: 1.5fr 1fr;
    margin-top: 24px;
    margin-right: -2px
}

.grid-2-columns.extra-space.gif.other-side {
    grid-template-columns: .75fr 1.5fr;
    margin-top: 48px;
    margin-left: -2px;
    margin-right: 0
}

.grid-2-columns.extra-space.gif.small {
    grid-template-columns: 1.5fr .75fr;
    margin-top: 24px
}

.grid-2-columns.text {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1.25fr
}

.grid-2-columns.quote {
    grid-template-columns: 1fr .75fr
}

.card {
    border: 1px solid var(--neutral--400);
    background-color: var(--neutral--100);
    box-shadow: 0 2px 7px 0 var(--general--shadow-01);
    border-radius: 12px
}

.card.overflow-hidden.border-none {
    border-style: none
}

.card.search-result-link {
    padding: 32px 24px;
    text-decoration: none
}

.card.password-protected-card {
    text-align: center;
    max-width: 456px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 32px
}

.card._404 {
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    padding: 104px 40px;
    display: flex;
    position: relative
}

.card.component-card {
    border-style: dashed;
    border-color: var(--neutral--500);
    padding: 40px
}

.card.component-card.bg-black-25 {
    background-color: rgba(0, 0, 0, .25)
}

.card.pd-32px---24px {
    padding: 32px 24px
}

.card.inside-image {
    z-index: 1;
    padding: 22px 16px;
    position: absolute;
    bottom: 18px;
    left: 18px;
    right: 18px
}

.card.pd-16px {
    padding: 16px
}

.card.pd-24px {
    padding: 24px
}

.card.amount-over-graph {
    z-index: 1;
    padding: 28px 20px 56px;
    position: relative
}

.card.pd-22px---18px {
    padding: 22px 18px
}

.card.pd-24px---18px---28px {
    padding: 24px 18px 28px
}

.card.pd-24px---18px {
    padding: 24px 18px
}

.card.pd-32px---18px {
    padding: 32px 18px
}

.card.image-right-inside {
    z-index: 1;
    box-shadow: 0 0 4px 0 var(--general--shadow-01);
    border-style: none;
    border-radius: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    min-width: 100%;
    padding: 90px 64px;
    display: grid;
    position: relative;
    overflow: hidden
}

.card.text-decoration-none.overflow-hidden.gallery-card {
    margin-bottom: 24px
}

.card.pd-32px---44px {
    padding: 32px 44px
}

.card.header-dropdown-card {
    grid-column-gap: 48px;
    align-items: flex-start;
    padding: 32px 24px;
    display: flex
}

.bg-neutral-200 {
    background-color: var(--neutral--200)
}

.color-accent-1 {
    color: var(--accent--primary-1)
}

.color-accent-1.hover-neutral-800:hover {
    color: var(--neutral--800)
}

.color-accent-1.hover-opacity-85 {
    transition-property: opacity
}

.color-accent-1.hover-opacity-85:hover {
    opacity: .85
}

.color-neutral-500 {
    color: var(--neutral--500)
}

.color-neutral-100 {
    color: var(--neutral--100)
}

.mg-bottom-8px {
    margin-bottom: 8px
}

.mg-bottom-16px {
    margin-bottom: 16px
}

.mg-top-and-bottom-24px {
    color: rgba(69, 78, 102, .78);
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 1em
}

.mg-top-and-bottom-24px.summary {
    color: #6e7588;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.5
}

.mg-top-and-bottom-24px.summary.half {
    width: 50%
}

.mg-top-and-bottom-24px.summary._12 {
    padding-right: 12px
}

.mg-top-and-bottom-24px.summary.extra-top {
    margin-top: 4px
}

.mg-top-and-bottom-24px.list {
    color: #6e7588;
    margin-top: 0;
    margin-bottom: 24px;
    list-style-type: decimal
}

.mg-top-and-bottom-24px.list.mg-top-24px {
    margin-top: 24px
}

.mg-top-and-bottom-24px.list.title {
    margin-bottom: 24px;
    list-style-type: decimal
}

.mg-top-and-bottom-24px.list.small {
    list-style-type: disc
}

.mg-top-and-bottom-24px.list.compact {
    margin-bottom: 12px
}

.mg-top-and-bottom-24px.list.no-bottom {
    margin-bottom: 0
}

.mg-top-and-bottom-24px.header {
    color: #6e7588;
    margin-top: 12px;
    font-size: 18px;
    font-weight: 400
}

.mg-top-and-bottom-24px.no-top {
    margin-top: 0
}

.mg-top-and-bottom-24px.mg-top-8px {
    margin-top: 32px
}

.mg-top-and-bottom-24px.no-bottom {
    margin-bottom: 0
}

.mg-top-and-bottom-24px.no-bottom.no-top.about {
    font-size: 20px
}

.mg-top-and-bottom-24px.text-300 {
    font-size: 1em;
    line-height: 1.5em
}

.mg-top-and-bottom-24px.text-300.no-margins {
    min-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.36;
    overflow: auto
}

.mg-bottom-32px {
    margin-bottom: 32px
}

.mg-bottom-40px {
    margin-bottom: 40px
}

.mg-bottom-48px {
    margin-bottom: 48px
}

.mg-top-48px {
    margin-top: 48px
}

.text-200 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25em
}

.text-200.medium {
    font-weight: 500
}

.text-200.medium.mg-bottom-4px {
    font-size: 1em;
    font-weight: 400
}

.text-200.medium.color-neutral-600 {
    margin-top: 3px;
    margin-right: 10px;
    font-size: 1em;
    text-decoration: none
}

.text-200.medium.color-neutral-600.light {
    font-size: 1em;
    font-weight: 400
}

.text-200.bold {
    font-weight: 700
}

.grid-1-column {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.grid-1-column.sidebar-links-grid {
    grid-row-gap: 4px
}

.grid-1-column.gap-row-12px {
    grid-row-gap: 12px
}

.gap-column-8px {
    grid-column-gap: 8px
}

.gap-column-16px {
    grid-column-gap: 16px
}

.gap-column-24px {
    grid-column-gap: 24px
}

.gap-row-24px {
    grid-row-gap: 24px
}

.gap-row-64px {
    grid-row-gap: 64px
}

.text-400 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em
}

.text-400.bold {
    font-weight: 700
}

.text-300 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.222em
}

.text-300.bold {
    font-weight: 700
}

.text-100 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.286em
}

.text-100.medium {
    font-weight: 500
}

.text-100.medium.color-neutral-800 {
    color: rgba(69, 78, 102, .8);
    text-align: left;
    text-transform: none;
    padding-left: 0;
    padding-right: 0;
    font-size: .875em;
    font-weight: 400
}

.text-100.medium.color-neutral-800.bold-text-2.stats {
    object-fit: fill;
    align-self: auto;
    min-height: 95px;
    position: static
}

.text-100.medium.color-neutral-800.research-findings {
    min-height: 200px;
    font-size: .875em
}

.text-100.medium.color-neutral-800.title {
    padding-bottom: 4px
}

.text-100.medium.side-text {
    font-size: 14px
}

.text-100.medium.side-text.back {
    font-family: MATERIAL, sans-serif;
    font-size: 16px
}

.text-100.bold {
    font-weight: 700
}

.text-100.dropdown-column-title {
    color: var(--neutral--800);
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 16px;
    font-weight: 700
}

.grid-3-columns {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.grid-3-columns.home-cards-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr
}

.grid-3-columns.about {
    grid-column-gap: 60px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr .6fr;
    margin-top: 1%
}

.grid-3-columns.intro {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: .5fr 1fr;
    margin: 5% 15% 15%
}

.inner-container._600px {
    max-width: 600px
}

.inner-container.center {
    margin-left: auto;
    margin-right: auto
}

.inner-container._326px {
    max-width: 326px
}

.inner-container._244px {
    max-width: 244px
}

.inner-container._244px._100-mbl,
.inner-container._244px._100-tablet {
    width: 100%
}

.inner-container._720px {
    max-width: 720px
}

.inner-container._384px {
    max-width: 384px
}

.inner-container._400px {
    max-width: 400px
}

.inner-container._348px {
    max-width: 348px
}

.inner-container._388px {
    max-width: 388px
}

.inner-container._272px {
    max-width: 272px
}

.inner-container._370px {
    max-width: 370px
}

.inner-container._180px {
    max-width: 180px
}

.inner-container._334px {
    max-width: 334px
}

.inner-container._368px {
    max-width: 368px
}

.inner-container._576px {
    max-width: 576px
}

.inner-container._624px {
    max-width: 624px
}

.inner-container._542px {
    max-width: 542px
}

.mg-bottom-0 {
    margin-bottom: 0
}

.btn-primary {
    box-shadow: 0 1px 4px 0 var(--button-shadow--color-01);
    color: var(--neutral--100);
    text-align: center;
    transform-style: preserve-3d;
    background-color: transparent;
    background-image: linear-gradient(#3d7fff, #4b5dff);
    border: 1px solid #3961d9;
    border-radius: 76px;
    justify-content: center;
    padding: 8px 16px;
    font-weight: 500;
    line-height: 1.286em;
    text-decoration: none;
    transition: box-shadow .3s, transform .3s, background-color .3s, color .3s
}

.btn-primary:hover {
    color: var(--neutral--100);
    transform: scale3d(1.02, 1.02, 1.01);
    box-shadow: 0 2px 16px 1px rgba(74, 58, 255, .3)
}

.btn-primary.large {
    padding: 14px;
    font-size: 16px;
    line-height: 1.125em
}

.btn-primary.disabled {
    border-color: var(--neutral--400);
    background-color: var(--neutral--300);
    box-shadow: none;
    color: var(--neutral--600);
    cursor: not-allowed;
    background-image: none
}

.btn-primary.disabled:hover {
    transform: none
}

.btn-primary.white {
    border-color: var(--neutral--300);
    background-color: var(--neutral--100);
    color: var(--neutral--800);
    background-image: none;
    box-shadow: inset 0 -3px 8px rgba(0, 0, 0, .1)
}

.btn-primary.white:hover {
    border-color: var(--neutral--100);
    box-shadow: none;
    color: var(--neutral--100);
    background-color: transparent
}

.btn-secondary {
    border: 1px solid var(--neutral--400);
    background-color: var(--neutral--100);
    box-shadow: 0 2px 4px 0 var(--button-shadow--white-01);
    color: var(--neutral--800);
    text-align: center;
    transform-style: preserve-3d;
    border-radius: 76px;
    padding: 8px 16px;
    font-weight: 500;
    line-height: 1.286em;
    text-decoration: none;
    transition: transform .3s, box-shadow .3s, border-color .3s, background-color .3s, color .3s
}

.btn-secondary:hover {
    box-shadow: 0 2px 6px 0 var(--button-shadow--white-03);
    color: var(--neutral--800);
    transform: scale3d(1.02, 1.02, 1.01)
}

.btn-secondary.disabled {
    border-color: var(--neutral--400);
    background-color: var(--neutral--100);
    box-shadow: none;
    color: var(--neutral--600);
    cursor: not-allowed
}

.btn-secondary.disabled:hover {
    transform: none
}

.input {
    border: 1px solid var(--neutral--400);
    background-color: var(--neutral--100);
    box-shadow: 0 0 4px 0 var(--general--shadow-01);
    color: var(--neutral--800);
    border-radius: 6px;
    min-height: 40px;
    margin-bottom: 0;
    padding: 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.286em;
    transition: color .3s, border-color .3s
}

.input:hover {
    border-color: var(--neutral--500)
}

.input:focus {
    border-color: var(--accent--primary-1)
}

.input::placeholder {
    color: var(--neutral--600)
}

.input.mg-bottom-16px {
    margin-bottom: 16px
}

.input.icon-inside-left {
    padding-left: 32px
}

.input.icon-inside-right {
    padding-right: 32px
}

.checkbox {
    border: .8px solid var(--neutral--400);
    background-color: var(--neutral--100);
    border-radius: 2px;
    width: auto;
    min-width: 14px;
    height: auto;
    min-height: 14px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 6px;
    transition: border-color .3s, background-color .3s;
    box-shadow: inset 0 -2px 4px rgba(31, 45, 84, .1), 0 0 1px rgba(31, 45, 84, .2)
}

.checkbox:hover {
    border-color: var(--neutral--400)
}

.checkbox.w--redirected-checked {
    background-color: transparent;
    background-image: url(https://assets-global.website-files.com/64b8693d00edf5437d114b0d/64b8693d00edf5437d114c49_check-form-brix-templates-webflow.svg), linear-gradient(#3d7fff, #4b5dff);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 8px, auto;
    border-color: #3961d9;
    margin-top: 0;
    margin-left: 0
}

.checkbox.w--redirected-focus {
    box-shadow: none
}

.checkbox.mg-right-0 {
    margin-right: 0
}

.avatar-circle {
    border-radius: 50%;
    width: 100%;
    overflow: hidden;
    transform: translate(0)
}

.avatar-circle._24px {
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px
}

.avatar-circle._32px {
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px
}

.avatar-circle._40px {
    object-fit: cover;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px
}

.avatar-circle._48px {
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px
}

.line-rounded-icon {
    font-family: Line Rounded Icons, sans-serif
}

.line-rounded-icon.icon-size-14px {
    font-size: 14px;
    line-height: 1em
}

.line-rounded-icon.icon-size-14px.color-accent-1 {
    direction: ltr;
    color: #aab1c6;
    text-transform: none;
    margin-bottom: 0;
    margin-left: 0;
    font-family: MATERIAL, sans-serif;
    font-size: 1em;
    text-decoration: none
}

.line-rounded-icon.icon-size-14px.color-accent-1.back {
    margin-bottom: 8px;
    margin-left: 5px
}

.line-rounded-icon.icon-size-14px.color-accent-1.tab {
    margin-top: 2px
}

.line-rounded-icon.icon-size-14px.color-accent-1.bottom {
    padding-top: 1px;
    text-decoration: none
}

.line-rounded-icon.dropdown-icon {
    color: var(--neutral--600);
    justify-content: center;
    align-items: center;
    min-width: 12px;
    max-width: 12px;
    min-height: 12px;
    max-height: 12px;
    font-size: 14px;
    line-height: 1em;
    display: flex
}

.line-rounded-icon.header-dropdown-icon {
    line-height: 1em
}

.buttons-row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    display: flex
}

.buttons-row.center {
    justify-content: center
}

.buttons-row.justify-end {
    justify-content: flex-end
}

.buttons-row.gap-column-12px {
    grid-column-gap: 15px
}

.width-100 {
    width: 100%
}

.container-default {
    object-fit: fill;
    flex-direction: column;
    max-width: 1268px;
    padding-left: 12.5%;
    padding-right: 12.5%;
    display: flex
}

.container-default.center {
    padding-left: 23.5%;
    padding-right: 23.5%;
    display: block
}

.container-default.center.wide {
    justify-content: center;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex
}

.container-default.center.left {
    padding-left: 9%
}

.dropdown-toggle {
    border: 1px solid var(--neutral--400);
    border-radius: 6px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 14px;
    transition: border-color .3s, color .3s;
    display: flex
}

.dropdown-toggle:hover {
    color: var(--accent--primary-1)
}

.dropdown-toggle.w--open {
    border-color: var(--accent--primary-1)
}

.hamburger-menu-wrapper {
    padding: 0
}

.hamburger-menu-wrapper.w--open {
    background-color: transparent
}

.utility-page-content {
    text-align: center;
    flex-direction: column;
    width: 100%;
    display: flex
}

.hidden-on-desktop {
    display: none
}

.flex-vertical {
    flex-direction: column;
    display: flex
}

.flex-vertical.align-center {
    align-items: center
}

.flex-horizontal {
    justify-content: center;
    align-items: center;
    display: flex
}

.flex-horizontal.gap-column-12px {
    grid-column-gap: 12px
}

.flex-horizontal.children-wrap {
    flex-wrap: wrap
}

.flex-horizontal.children-wrap.gap-16px---8px {
    grid-column-gap: 16px;
    grid-row-gap: 8px
}

.flex-horizontal.align-start {
    align-items: flex-start
}

.flex-horizontal.justify-start {
    justify-content: flex-start
}

.flex-horizontal.justify-end {
    justify-content: flex-end
}

.error-message {
    border: 1px solid var(--system--300);
    background-color: var(--system--red-100);
    color: var(--system--red-400);
    text-align: center;
    border-radius: 6px;
    margin-top: 20px;
    padding: 20px 24px
}

.error-message.small {
    box-shadow: 0 0 4px 0 var(--general--shadow-01);
    margin-top: 8px;
    padding: 10px 14px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.overflow-hidden {
    overflow: hidden
}

.text-decoration-none {
    text-decoration: none
}

.empty-state {
    border: 1px solid var(--neutral--300);
    background-color: var(--neutral--100);
    box-shadow: 0 2px 12px 0 var(--general--shadow-02);
    text-align: center;
    border-radius: 11px;
    padding: 26px 24px
}

.mg-bottom-4px {
    margin-bottom: 4px
}

._404-not-found {
    opacity: .6;
    color: var(--accent--primary-1);
    margin-bottom: 8px;
    font-size: 120px;
    font-weight: 700;
    line-height: 1em
}

.mg-bottom-12px {
    margin-bottom: 12px
}

.flex {
    display: flex
}

.flex.align-center {
    align-items: center
}

.flex.align-center.gap-column-6px {
    grid-column-gap: 6px
}

.flex.align-start {
    align-items: flex-start
}

.flex.align-start.gap-column-6px {
    flex-direction: column
}

.flex.align-end {
    align-items: flex-end
}

.text-50 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.333em
}

.text-50.medium {
    font-weight: 500
}

.text-50.medium.sidebar-title {
    letter-spacing: .09em;
    text-transform: uppercase;
    margin-top: 2px;
    margin-bottom: 18px;
    margin-left: 8px
}

.text-50.bold {
    font-weight: 700
}

.position-relative---z-index-1 {
    z-index: 1;
    position: relative
}

.dashboard-content {
    flex: 1
}

.dashboard-content.utility-page-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex
}

.gap-column-6px {
    grid-column-gap: 6px
}

._2-items-wrap-container {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    display: flex
}

._2-items-wrap-container.gap-column-16px {
    grid-column-gap: 16px
}

._2-items-wrap-container.gap-column-8px {
    grid-column-gap: 8px
}

._2-items-wrap-container.align-start {
    align-items: flex-start
}

._2-items-wrap-container.amount-and-data {
    grid-column-gap: 6px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: flex-end
}

._2-items-wrap-container.amount-and-data.justify-space-between {
    justify-content: space-between
}

._2-items-wrap-container.justify-center {
    justify-content: center
}

._2-items-wrap-container.justify-center.gap-column-48px {
    grid-column-gap: 48px
}

._2-items-wrap-container.justify-center.gap-row-40px {
    grid-row-gap: 40px;
    align-items: flex-start
}

._2-items-wrap-container.gap-column-24px {
    grid-column-gap: 24px
}

._2-items-wrap-container.children-wrap-reverse {
    flex-wrap: wrap-reverse
}

._2-items-wrap-container.align-end {
    align-items: flex-end
}

._2-items-wrap-container._3 {
    align-items: center
}

._2-items-wrap-container.no-gap {
    grid-column-gap: 15px;
    justify-content: space-between;
    align-items: center
}

._2-items-wrap-container.bottom {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    color: var(--neutral--700);
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none
}

._2-items-wrap-container.bottom.home {
    justify-content: center;
    padding-top: 5%;
    padding-right: 0
}

._2-items-wrap-container.bottom.home.no-extra-space {
    padding-right: 0
}

.gap-column-4px {
    grid-column-gap: 4px
}

.mg-bottom-10px {
    margin-bottom: 10px
}

.divider {
    background-color: var(--neutral--400);
    min-height: 1.5px;
    margin-top: 56px;
    margin-bottom: 56px
}

.divider.card-small-divider {
    background-color: var(--neutral--300);
    min-height: 1px;
    margin-top: 24px;
    margin-bottom: 16px
}

.divider.card-small-divider.mg-top-16px {
    margin-top: 16px
}

.divider._20px {
    margin-top: 20px;
    margin-bottom: 20px
}

.divider._20px.min-h-1px {
    min-height: 1px
}

.divider.home-sections-divider {
    min-height: 1px;
    margin-top: 48px;
    margin-bottom: 48px
}

.divider._40px {
    margin-top: 40px;
    margin-bottom: 40px
}

.divider._16px---32px {
    margin-top: 16px;
    margin-bottom: 32px
}

.divider.mg-bottom-32px {
    margin-bottom: 32px
}

.gap-column-20px {
    grid-column-gap: 20px
}

.dashboard-main-content {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex
}

.dashboard-main-content.utility-page-main-content {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    display: flex
}

.dashboard-main-content.changelog-page-main-content {
    grid-column-gap: 40px;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    display: flex
}

.border-radius-6px {
    border-radius: 6px
}

.loading-bar-wrapper {
    z-index: 2147483647;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

.loading-bar {
    background-image: linear-gradient(to bottom, var(--system--red-400), var(--secondary--color-3));
    min-height: 4px
}

.max-w-20px {
    max-width: 20px
}

.color-neutral-800 {
    color: var(--neutral--800)
}

.text-500 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.167em
}

.text-500.bold {
    font-weight: 700
}

.text-500.bold.mg-bottom-12px {
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 1.5em
}

.text-500.bold.mg-bottom-12px.title {
    margin-top: 0;
    font-size: 1.5em
}

.text-500.bold.mg-bottom-12px.about {
    margin-top: 24px
}

.text-600 {
    font-size: 30px;
    line-height: 1.133em
}

.text-600.bold {
    font-weight: 700
}

.header-wrapper {
    z-index: 999;
    background-color: var(--neutral--100);
    padding-top: 24px;
    padding-bottom: 24px
}

.logo-link-wrapper {
    transform-style: preserve-3d;
    padding-left: 0;
    transition-property: transform
}

.logo-link-wrapper:hover {
    transform: scale3d(1.04, 1.04, 1.01)
}

.header-nav-link {
    color: var(--neutral--700);
    padding: 0;
    font-size: .875em;
    font-weight: 500
}

.header-nav-link:hover,
.header-nav-link.w--current,
.header-nav-link.w--current:hover {
    color: var(--accent--primary-1)
}

.header-nav-link.dropdown-header-link {
    grid-column-gap: 6px;
    align-items: center;
    display: flex
}

.header-nav-link.dropdown-header-link.w--open {
    color: var(--accent--primary-1)
}

.header-nav-link.no-color.w--current {
    color: var(--neutral--700);
    background-image: none;
    font-size: .875em
}

.header-nav-menu-wrapper {
    grid-column-gap: 40px;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.header-nav-menu-list {
    grid-column-gap: 16px;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: flex
}

.header-nav-list-item {
    margin-bottom: 0;
    padding-left: 0;
    line-height: 1.286em
}

.header-content-wrapper {
    grid-column-gap: 20px;
    flex: 1;
    align-items: center;
    display: flex
}

.main-section {
    padding-top: 0px;
    padding-bottom: 100px
}

.main-section.pd-bottom-64px {
    padding-bottom: 64px
}

.sidebar-container {
    z-index: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 24px
}

.sidebar-link {
    grid-column-gap: 6px;
    color: var(--neutral--500);
    border: 1px transparent;
    border-radius: 6px;
    align-items: center;
    padding: 4px 8px;
    font-size: 16px;
    text-decoration: none;
    transition: color .3s;
    display: flex
}

.sidebar-link:hover {
    border-color: var(--neutral--300);
    background-color: var(--neutral--100);
    color: var(--neutral--600)
}

.sidebar-link.w--current {
    border-width: 0;
    border-color: var(--neutral--400);
    background-color: var(--neutral--100);
    color: var(--neutral--800);
    border-radius: 0;
    font-size: 9px;
    font-weight: 700
}

.sidebar-link.back {
    padding: 0 0 8px 7px;
    font-family: MATERIAL, sans-serif;
    font-size: 16px
}

.sidebar-link.button {
    padding-left: 6px
}

.component-card-badge-top {
    background-color: var(--neutral--100);
    color: var(--neutral--700);
    border-radius: 32px;
    padding: 6px 12px;
    font-weight: 500;
    line-height: 1.286em
}

.component-card-badge-top-wrapper {
    box-shadow: 0 2px 7px 0 var(--general--shadow-02);
    background-image: linear-gradient(#3d7fff, #5465ff);
    border-radius: 32px;
    margin-top: 24px;
    margin-bottom: 10px;
    padding: 1px;
    display: inline-block;
    overflow: hidden
}

.buttons-container {
    grid-column-gap: 24px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex
}

.buttons-container.gap-row-12px {
    grid-row-gap: 12px
}

.divider-vertical {
    background-color: var(--neutral--400);
    align-self: stretch;
    min-width: 1px;
    max-width: 1px;
    margin-left: 48px;
    margin-right: 48px
}

.icon-inside-input-right {
    z-index: 1;
    min-width: 12px;
    max-width: 12px;
    min-height: 12px;
    max-height: 12px;
    font-family: Line Rounded Icons, sans-serif;
    font-size: 12px;
    line-height: 1em;
    position: absolute;
    right: 14px
}

.icon-inside-input-left {
    min-width: 12px;
    max-width: 12px;
    min-height: 12px;
    max-height: 12px;
    font-family: Line Rounded Icons, sans-serif;
    position: absolute;
    left: 14px
}

.success-message {
    background-color: var(--accent--primary-1);
    color: var(--neutral--100);
    text-align: center;
    border-radius: 16px;
    padding: 20px 24px
}

.text-area {
    border: 1px solid var(--neutral--400);
    box-shadow: 0 0 4px 0 var(--general--shadow-01);
    color: var(--neutral--800);
    border-radius: 6px;
    min-height: 88px;
    margin-bottom: 0;
    padding: 14px;
    font-weight: 500;
    transition: border-color .3s, color .3s
}

.text-area:hover {
    border-color: var(--neutral--500)
}

.text-area:focus {
    border-color: var(--accent--primary-1)
}

.text-area::placeholder {
    color: var(--neutral--600)
}

.text-area.icon-inside {
    text-indent: 16px
}

.text-area-icon-inside {
    min-width: 12px;
    max-width: 12px;
    min-height: 12px;
    max-height: 12px;
    font-family: Line Rounded Icons, sans-serif;
    font-size: 14px;
    line-height: 1em;
    position: absolute;
    top: 18px;
    left: 14px
}

.color-neutral-600 {
    color: var(--neutral--600)
}

.toggle-button-wrapper {
    z-index: 1;
    border: .8px solid var(--neutral--400);
    background-color: var(--neutral--300);
    cursor: pointer;
    border-radius: 40px;
    align-items: center;
    min-width: 34px;
    max-width: 34px;
    min-height: 20px;
    max-height: 20px;
    padding: 2px;
    display: flex;
    position: relative;
    overflow: hidden
}

.toggle-button-bg {
    z-index: 1;
    opacity: 0;
    background-image: linear-gradient(#3d7fff, #4b5dff);
    border: 1px solid #3961d9;
    border-radius: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.toggle-button-bg.active {
    opacity: 1
}

.toggle-button-circle-inside {
    z-index: 2;
    background-color: var(--neutral--100);
    border-radius: 100%;
    min-width: 14px;
    max-width: 14px;
    min-height: 14px;
    max-height: 14px;
    transition: transform .3s;
    position: relative;
    box-shadow: inset 0 -2px 4px rgba(31, 45, 84, .14), 1px 0 1px rgba(31, 45, 84, .18)
}

.toggle-button-circle-inside.active {
    transform: translate(14px)
}

.avatars-container {
    grid-column-gap: 48px;
    justify-content: center;
    align-items: flex-end;
    display: flex
}

.gap-row-8px {
    grid-row-gap: 8px
}

.color-neutral-700 {
    color: var(--neutral--700)
}

.avatar-name-circle {
    color: var(--neutral--100);
    background-image: linear-gradient(#3d7fff, #4b5dff);
    border: 1px solid #3961d9;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    display: flex;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(74, 58, 255, .26)
}

.avatar-name-circle._24px {
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
    font-size: 12px;
    line-height: 1.333em
}

.avatar-name-circle._32px {
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
    font-size: 12px;
    line-height: 1.333em
}

.avatar-name-circle._40px {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 400px;
    line-height: 1.286em
}

.avatar-name-circle._48px {
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
    line-height: 1.286em
}

.primary-badge {
    color: var(--neutral--100);
    background-image: linear-gradient(#3d7fff, #4b5dff);
    border: 1px solid transparent;
    border-radius: 32px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.333em;
    display: inline-block
}

.primary-badge.light {
    background-color: var(--secondary--color-2);
    color: var(--accent--primary-1);
    background-image: none
}

.primary-badge.white {
    border-color: var(--accent--primary-1);
    color: var(--accent--primary-1);
    background-image: none
}

.neutral-badge {
    background-color: var(--neutral--800);
    color: var(--neutral--100);
    border-radius: 32px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.333em;
    display: inline-block
}

.neutral-badge.neutral-500 {
    background-color: var(--neutral--500)
}

.neutral-badge.neutral-300 {
    background-color: var(--neutral--300);
    color: var(--neutral--700)
}

.neutral-badge.neutral-200 {
    background-color: var(--neutral--200);
    color: var(--neutral--600)
}

.color-badge {
    border-radius: 32px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.333em;
    display: inline-block
}

.color-badge.green {
    background-color: var(--system--green-100);
    color: var(--system--green-300)
}

.color-badge.blue {
    background-color: var(--system--blue-100);
    color: var(--system--blue-300)
}

.color-badge.red {
    background-color: var(--system--red-100);
    color: var(--system--300)
}

.color-badge.orange {
    background-color: var(--system--orange-100);
    color: var(--system--orange-300)
}

.notification-bar {
    border: 1.2px solid var(--neutral--300);
    background-color: var(--neutral--200);
    transform-origin: 50% 0;
    border-radius: 8px
}

.notification-bar.blue {
    border-color: var(--system--blue-200);
    background-color: var(--system--blue-100)
}

.notification-bar.blue.statistics {
    background-color: var(--system--blue-100);
    border-color: transparent;
    margin-bottom: 24px
}

.notification-bar.blue.statistics.mg-top-24px {
    margin-top: 24px
}

.notification-bar.blue.statistics.mg-top-24px.no-top {
    margin-top: 0
}

.notification-bar.blue.statistics.mg-top-24px.mg-bottom-80px {
    margin-bottom: 80px
}

.notification-bar.blue.statistics.mg-top-24px.mg-bottom-32px {
    margin-bottom: 32px
}

.notification-bar.green {
    border-color: var(--system--green-200);
    background-color: var(--system--green-100)
}

.notification-bar.red {
    border-color: var(--system--300);
    background-color: var(--system--red-100)
}

.notification-bar.orange {
    border-color: var(--system--orange-200);
    background-color: var(--system--orange-100)
}

.notification-bar-icon {
    border-radius: 100%;
    min-width: 18px;
    max-width: 18px
}

.notification-bar-icon.blue {
    box-shadow: 0 1px 2px rgba(61, 115, 255, .36)
}

.notification-bar-icon.green {
    box-shadow: 0 1px 2px rgba(47, 223, 75, .26)
}

.notification-bar-icon.red {
    box-shadow: 0 1px 2px rgba(255, 61, 84, .36)
}

.notification-bar-icon.orange {
    box-shadow: 0 1px 2px rgba(255, 166, 61, .36)
}

.close-icon-wrapper {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
    display: flex
}

.close-icon-wrapper.floating-icon-top-right {
    position: absolute;
    top: 16px;
    right: 16px
}

.close-icon-line {
    background-color: var(--neutral--700);
    border-radius: 10px;
    min-width: 2px;
    max-width: 2px;
    min-height: 15px;
    max-height: 15px;
    position: absolute
}

.close-icon-line.first {
    transform: rotate(45deg)
}

.close-icon-line.second {
    transform: rotate(-45deg)
}

.notification-bar-main-container {
    grid-column-gap: 48px;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    display: flex
}

.pd-32px---24px {
    padding: 32px 24px
}

.pd-16px---24px {
    padding: 16px 24px
}

.card-icon-square {
    border: 1.5px solid var(--accent--primary-1);
    border-radius: 12px;
    max-width: 48px;
    box-shadow: 0 1px 4px rgba(74, 58, 255, .26)
}

.card-icon-square._26px {
    border-width: .8px;
    border-radius: 6px;
    max-width: 26px;
    box-shadow: 0 0 2px rgba(74, 58, 255, .26)
}

.card-icon-square._40px {
    border-radius: 8px;
    max-width: 40px;
    box-shadow: 0 1px 2px rgba(74, 58, 255, .26)
}

.card-icon-square.neutral-icon {
    border-color: var(--neutral--600);
    box-shadow: 0 1px 4px rgba(213, 211, 228, .26)
}

.pd-26px---24px---40px {
    padding: 26px 24px 40px
}

.border-radius-12px {
    border-radius: 12px
}

.card-amount-container {
    grid-column-gap: 2px;
    align-items: center;
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.333em;
    display: flex
}

.card-amount-container.green {
    color: var(--system--green-300);
    cursor: auto
}

.card-amount-container.red {
    color: var(--system--300)
}

.gap-column-12px {
    grid-column-gap: 12px
}

.amount-over-graph-container {
    grid-row-gap: 4px;
    text-align: center;
    flex-direction: column;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    position: absolute;
    bottom: 52px;
    left: 40px;
    right: 40px
}

.checkbox-and-label-container {
    z-index: 1;
    color: var(--neutral--600);
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    position: relative
}

.dashflow-custom-icon {
    font-family: Dashflow custom icon font, sans-serif
}

.dashflow-custom-icon.icon-size-8px {
    font-size: 9px;
    line-height: 1em
}

.dashflow-custom-icon.link-single {
    color: var(--neutral--500);
    font-size: 16px;
    line-height: 1em;
    text-decoration: none
}

.dashflow-custom-icon.link-single:hover {
    color: var(--accent--primary-1)
}

.dashflow-custom-icon.icon-size-14px {
    font-size: 14px;
    line-height: 1em
}

.mg-top-2px {
    margin-top: 2px
}

.mg-bottom-20px {
    margin-bottom: 20px
}

.overflow-auto {
    overflow: auto
}

.data-table-row {
    grid-column-gap: 10px;
    border-top: 1px solid var(--neutral--300);
    grid-template-rows: auto;
    grid-template-columns: 1.2fr 2fr 1.4fr 1fr .8fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: start;
    min-width: 916px;
    padding: 20px 24px;
    display: grid
}

.data-table-row.table-header {
    z-index: 1;
    background-color: var(--neutral--200);
    letter-spacing: .06em;
    text-transform: uppercase;
    border-top-style: none;
    margin-bottom: -1px;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative
}

.user-table-row {
    grid-column-gap: 10px;
    border-top: 1px solid var(--neutral--300);
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 2fr .75fr .5fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: start;
    min-width: 640px;
    padding: 16px 24px;
    display: grid
}

.user-table-row.table-header {
    z-index: 1;
    background-color: var(--neutral--200);
    letter-spacing: .06em;
    text-transform: uppercase;
    border-top-style: none;
    margin-bottom: -1px;
    position: relative
}

.modal-wrapper {
    z-index: 999;
    background-color: rgba(0, 0, 0, .5);
    justify-content: center;
    align-items: center;
    padding: 24px;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.modal-close-overlay {
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.tabs-menu {
    grid-column-gap: 2px;
    background-color: var(--neutral--200);
    border-radius: 72px;
    align-items: center;
    margin-bottom: 20px;
    padding: 6px;
    display: flex
}

.tabs-menu.links-single {
    grid-column-gap: 0px;
    background-color: transparent;
    border-radius: 0;
    justify-content: center;
    align-items: flex-end;
    padding: 0
}

.tab-menu-badge-link {
    color: var(--neutral--600);
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 32px;
    padding: 4px 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.286em;
    transition: box-shadow .3s, background-color .3s, border-color .3s, color .3s
}

.tab-menu-badge-link:hover {
    border-color: var(--neutral--200);
    background-color: var(--neutral--100);
    box-shadow: 0 0 3px 0 var(--general--shadow-01);
    color: var(--neutral--600)
}

.tab-menu-badge-link.w--current {
    border-color: var(--neutral--300);
    background-color: var(--neutral--100);
    box-shadow: 0 0 3px 0 var(--general--shadow-01);
    color: var(--neutral--700)
}

.tab-menu-underline-link {
    border-bottom: 1px solid var(--neutral--400);
    color: var(--neutral--600);
    text-align: center;
    background-color: transparent;
    width: 100%;
    padding: 0 16px 24px;
    font-weight: 500;
    line-height: 1.286em;
    transition: border-color .3s, color .3s
}

.tab-menu-underline-link:hover {
    border-bottom-color: var(--neutral--600);
    color: var(--neutral--700)
}

.tab-menu-underline-link.w--current {
    border-bottom-color: var(--accent--primary-1);
    color: var(--accent--primary-1);
    background-color: transparent
}

.breadcrumb-badge {
    grid-column-gap: 6px;
    border: 1px solid var(--neutral--300);
    background-color: var(--neutral--100);
    box-shadow: 0 0 4px 0 var(--general--shadow-01);
    color: var(--neutral--700);
    border-radius: 4px;
    justify-content: flex-start;
    align-items: center;
    padding: 4px 12px;
    font-weight: 500;
    line-height: 1em;
    text-decoration: none;
    transition: box-shadow .3s, border-color .3s, background-color .3s, color .3s;
    display: flex
}

.display-inline-block {
    display: inline-block
}

.tooltip {
    border: 1px solid var(--neutral--300);
    background-color: var(--neutral--100);
    box-shadow: 0 2px 7px 0 var(--general--shadow-02);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    min-width: 100px;
    max-width: 500px;
    padding: 6px 8px;
    font-size: 12px;
    line-height: 1em;
    display: flex;
    position: absolute
}

.tooltip.right {
    right: -16px;
    transform: translate(100%)
}

.tooltip.left {
    left: -16px;
    transform: translate(-100%)
}

.tooltip.top {
    text-align: center;
    align-self: center;
    top: -16px;
    transform: translateY(-100%)
}

.tooltip.bottom {
    text-align: center;
    bottom: -16px;
    transform: translateY(100%)
}

.tooltip-triangle-left {
    position: absolute;
    left: -6px
}

.tooltip-triangle-right {
    position: absolute;
    right: -6px
}

.tooltip-triangle-bottom {
    position: absolute;
    bottom: -6px
}

.tooltip-triangle-top {
    position: absolute;
    top: -6px
}

.dropdown-list {
    z-index: 1;
    background-color: transparent;
    padding-top: 16px
}

.dropdown-link-wrapper {
    z-index: 1;
    color: var(--neutral--600);
    border: 1px solid transparent;
    border-radius: 4px;
    align-items: center;
    margin: 4px 8px;
    padding: 10px;
    font-weight: 500;
    line-height: 1.286em;
    text-decoration: none;
    transition: box-shadow .3s, border-color .3s, background-color .3s, color .3s;
    display: flex;
    position: relative
}

.dropdown-link-wrapper:hover {
    border-color: var(--neutral--400);
    background-color: var(--neutral--300);
    box-shadow: 0 0 4px 0 var(--general--shadow-01);
    color: var(--neutral--800)
}

.mg-bottom-6px {
    margin-bottom: 6px
}

.header-right-side-container {
    margin-left: auto
}

.hamburger-menu-bar {
    background-image: linear-gradient(#3d7fff, #4b5dff);
    border-radius: 64px;
    width: 52px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px
}

.footer-top-section {
    grid-column-gap: 40px;
    border-bottom: 1px solid var(--neutral--300);
    justify-content: space-between;
    align-items: center;
    padding-top: 54px;
    padding-bottom: 54px;
    display: flex
}

.bg-neutral-100 {
    background-color: var(--neutral--100)
}

.footer-links-container {
    grid-column-gap: 24px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    display: flex
}

.footer-bottom-section {
    grid-column-gap: 40px;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex
}

.text-bold {
    font-weight: 700
}

.social-links-container {
    grid-column-gap: 16px;
    display: flex
}

.social-circle-link {
    border: 1px solid var(--neutral--400);
    background-color: var(--neutral--100);
    box-shadow: 0 0 4px 0 var(--general--shadow-01);
    color: var(--accent--primary-1);
    transform-style: preserve-3d;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    min-width: 28px;
    max-width: 28px;
    min-height: 28px;
    max-height: 28px;
    font-family: Social Icons Font, sans-serif;
    font-size: 14px;
    line-height: 1em;
    text-decoration: none;
    transition: border-color .3s, background-color .3s, transform .3s, color .3s;
    display: flex
}

.social-circle-link:hover {
    border-color: var(--accent--primary-1);
    background-color: var(--accent--primary-1);
    color: var(--neutral--100);
    transform: scale3d(1.06, 1.06, 1.01)
}

.card-image-right {
    z-index: -1;
    width: 66%;
    max-width: 616px;
    display: block;
    position: absolute;
    right: 0
}

.mg-top-80px {
    margin-top: 0
}

.link-image-wrapper {
    display: flex;
    overflow: hidden;
    transform: translate(0)
}

.pd-24px {
    padding: 24px
}

.link-image {
    object-fit: cover;
    transform-style: preserve-3d;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    align-self: auto;
    width: 100%;
    transform: scale3d(1.01, 1.01, 1.01)
}

.link-image.no-limit {
    min-width: 100%;
    min-height: 100%;
    max-height: 100%
}

.cta-card {
    grid-column-gap: 40px;
    background-image: url(https://assets-global.website-files.com/64b8693d00edf5437d114b0d/64b8693d00edf5437d114c22_cta-card-bg-dashflow-webflow-template.svg), linear-gradient(#3d7fff, #4b5dff);
    background-position: 50%, 0 0;
    background-size: auto, auto;
    border: 1px solid #3961d9;
    border-radius: 24px;
    justify-content: space-between;
    align-items: center;
    padding: 80px 64px;
    display: flex
}

.cta-card.buy-card {
    color: var(--neutral--100);
    padding: 0;
    text-decoration: none;
    transition: transform .3s, color .3s
}

.cta-card.buy-card:hover {
    transform: scale(.98)
}

.cta-card.buy-card.dark {
    border-color: var(--neutral--400);
    color: var(--neutral--700);
    background-image: url(https://assets-global.website-files.com/64b8693d00edf5437d114b0d/64b8693d00edf5437d114c22_cta-card-bg-dashflow-webflow-template.svg), linear-gradient(#fff, #f3f3f8);
    background-position: 50%, 0 0;
    background-size: auto, auto;
    box-shadow: 0 2px 8px rgba(31, 45, 84, .15)
}

.border-radius-8px {
    border-radius: 8px
}

.mg-bottom-80px {
    margin-bottom: 80px
}

.overflow-visible {
    overflow: visible
}

.pd-top-24px {
    padding-top: 24px
}

.mg-top-60px {
    margin-top: 60px
}

.position-relative---z-index-2 {
    z-index: 2;
    position: relative
}

.dropdown-link-single {
    color: var(--neutral--700);
    width: 100%;
    padding: 0
}

.dropdown-link-single:hover {
    color: var(--accent--primary-1)
}

.pd-sides-40px {
    padding-left: 40px;
    padding-right: 40px
}

.header-sidebar-wrapper {
    display: none
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 24px
}

.pd-top-64px---bottom-100px {
    padding-top: 64px;
    padding-bottom: 100px
}

.link-icon {
    max-width: 10px
}

.max-w-12px {
    max-width: 12px
}

.mg-right-4px {
    margin-right: 4px
}

.breadcrumb-divider {
    max-width: 14px;
    margin-left: 12px;
    margin-right: 12px
}

.breadcrumb-link-wrapper {
    z-index: 1;
    padding-bottom: 1px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.286em;
    text-decoration: none;
    position: relative
}

.breadcrumb-underline {
    background-color: var(--neutral--800);
    min-height: 1px;
    max-height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.breadcrumb-wrapper {
    grid-row-gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex
}

.max-w-14px {
    max-width: 14px
}

.cursor-not-allowed {
    cursor: not-allowed
}

.checkbox-wrapper {
    z-index: 1;
    cursor: pointer;
    border-radius: 2px;
    min-width: 14px;
    max-width: 14px;
    min-height: 14px;
    max-height: 14px;
    margin-right: 6px;
    position: relative
}

.checkbox-bg {
    opacity: 0;
    background-image: linear-gradient(#3d7fff, #4b5dff);
    border: .8px solid #3961d9;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    transition: opacity .3s;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.checkbox-bg.active {
    opacity: 1
}

.position-relative---z-index--1 {
    z-index: -1;
    position: relative
}

.help-message {
    border: 1px solid var(--neutral--500);
    background-color: var(--neutral--200);
    border-radius: 6px;
    margin-top: 8px;
    padding: 10px 14px
}

.card-home-pages-wrapper {
    padding: 25px 29px 38px
}

.grid-2-columns-2 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid
}

.cta-square-logo {
    border-radius: 8px;
    width: 60px;
    margin-bottom: 16px;
    box-shadow: 0 8px 28px rgba(20, 20, 43, .1)
}

.section {
    background-color: var(--secondary--color-1);
    padding-top: 60px;
    padding-bottom: 60px
}

.heading {
    color: var(--neutral--800);
    -webkit-text-stroke-color: rgba(241, 244, 255, .96);
    margin-bottom: 10px;
    font-family: Droid Serif, serif
}

.text-block {
    letter-spacing: 1px;
    text-transform: uppercase
}

.container {
    max-width: 900px
}

.navbar {
    background-color: var(--neutral--800)
}

.brand {
    padding-top: 16px;
    padding-bottom: 16px
}

.nav-link {
    color: #fff
}

.nav-link.button {
    background-color: rgba(61, 115, 255, .73);
    border-radius: 6px;
    margin-top: 10px;
    padding: 9px 22px
}

.secondary-heading {
    margin-bottom: 10px;
    font-family: Droid Serif, serif;
    font-size: 28px
}

.paragraph {
    max-width: 450px
}

.div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--system--red-400);
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 30px;
    display: flex
}

.project-details {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    display: grid
}

.paragraph-2 {
    margin-top: auto
}

.text-block-2 {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: auto;
    display: block
}

.container-about {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    max-width: 1268px;
    padding-left: 24px;
    padding-right: 24px;
    display: grid
}

.columns {
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    display: flex
}

.image {
    border-radius: 20px
}

.image.about {
    min-width: 100%;
    margin-top: 0;
    display: block
}

.div-block-2 {
    flex-direction: column;
    max-width: 500px;
    display: block;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto
}

.image-2 {
    border-radius: 12px;
    min-width: 100%
}

.image-2.slide {
    object-fit: cover;
    flex: 0 auto;
    width: 100%;
    height: 350px;
    display: block;
    position: static
}

.image-2.mg-top-24px {
    border-radius: 12px;
    margin-top: 24px
}

.image-2.mg-top-24px.no-corners {
    border-radius: 0;
    min-width: 100%;
    margin-top: 24px
}

.image-2.mg-top-24px.no-corners.mg-top-48px {
    margin-top: 48px
}

.image-2.mg-top-24px.no-corners.centered {
    min-width: 80%;
    max-width: 80%;
    display: block
}

.image-2.mg-top-24px.no-corners.border {
    border: 1px solid var(--neutral--400)
}

.image-2.no-corner {
    border-radius: 0
}

.image-2.mg-top-48px {
    margin-right: 0
}

.image-2.mg-top-48px.mg-bottom-24px {
    margin-bottom: 24px
}

.image-2.wide {
    border: 1px solid var(--neutral--400);
    border-radius: 0;
    margin-top: 48px;
    margin-left: 0;
    margin-right: 0;
    display: block
}

.image-2.front-page {
    object-fit: cover;
    min-width: 100%;
    max-width: 100%;
    max-height: 150px;
    margin-bottom: 100px
}

.image-2.about {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0
}

.image-label {
    text-align: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    margin-top: 16px;
    margin-bottom: 24px;
    font-size: .875em;
    font-style: italic;
    line-height: 1.5;
    display: block
}

.div-block-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    display: flex
}

.div-block-3.image-below {
    margin-bottom: 20px
}

.div-block-3.margin-top-16 {
    margin-top: 24px
}

.div-block-3.text {
    display: block
}

.bold-text {
    color: var(--neutral--700);
    font-size: 16px;
    font-weight: 500
}

.bold-text-2 {
    font-size: 18px;
    font-weight: 500
}

.bold-text-2.text-100 {
    font-size: 1.28em;
    line-height: 1.5em
}

.bold-text-2.text-100.title {
    color: var(--neutral--700);
    padding-bottom: 6px;
    font-size: 18px;
    font-weight: 700;
    display: block
}

.heading-2 {
    text-transform: none
}

.heading-3 {
    color: var(--neutral--700);
    text-transform: none;
    margin-top: 48px;
    margin-bottom: 0;
    font-size: 1.25em
}

.heading-3.accordion-title {
    flex-direction: row;
    margin-top: 32px;
    display: flex
}

.heading-3.image-below {
    margin-top: 48px;
    font-size: 1.25em
}

.heading-3.image-below.mg-bottom-24px {
    text-transform: none;
    margin-bottom: 24px;
    font-size: 1.25em;
    font-weight: 700
}

.heading-3.image-below.mg-top-extra {
    margin-top: 104px
}

.heading-3.front-page {
    margin-top: 12px;
    font-size: 1.5em;
    font-weight: 500
}

.heading-3.front-page.wide {
    max-width: 72%
}

.heading-3.front-page.about {
    margin-top: 0;
    margin-bottom: 16px
}

.image-label-small {
    text-align: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 16px;
    font-size: .875em;
    font-style: italic;
    line-height: 1.5;
    display: flex
}

.grid-4-columns {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.grid-4-columns.home-cards-grid {
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr
}

.body-26 {
    background-color: transparent
}

.image-label-passenger {
    text-align: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 20px 0 40px;
    font-size: .875em;
    font-style: normal;
    display: block
}

.bold-text-3 {
    color: var(--neutral--700);
    letter-spacing: .09em;
    padding-bottom: 2px;
    font-size: 1em;
    display: block
}

.title-main-container {
    grid-column-gap: 48px;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    display: flex
}

.title-bar {
    border: 1.2px solid var(--neutral--300);
    background-color: var(--neutral--200);
    transform-origin: 50% 0;
    border-radius: 8px
}

.title-bar.blue {
    border-color: var(--system--blue-200);
    background-color: var(--system--blue-100)
}

.title-bar.blue.statistics {
    border-color: transparent;
    margin-top: 24px
}

.title-bar.green {
    border-color: var(--system--green-200);
    background-color: var(--system--green-100)
}

.title-bar.red {
    border-color: var(--system--300);
    background-color: var(--system--red-100)
}

.title-bar.orange {
    border-color: var(--system--orange-200);
    background-color: var(--system--orange-100)
}

.accordion-item {
    width: 100%;
    overflow: hidden
}

.accordion-toggle {
    align-items: center;
    padding: 0;
    display: block
}

.accordion-icon {
    flex-direction: row;
    align-self: auto;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 20px;
    display: inline-block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%
}

.text-block-3 {
    white-space: normal;
    flex: none;
    width: 100%
}

.dropdown-list-2 {
    background-color: #fff;
    padding: 0 0 20px;
    display: block;
    position: static
}

.bold-text-4,
.bold-text-5 {
    font-weight: 500
}

.div-block-4 {
    margin-top: 24px
}

.div-block-5 {
    display: flex
}

.slider {
    background-color: transparent;
    height: 400px
}

.icon {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%
}

.right-arrow {
    height: 350px;
    margin-top: 0;
    top: 0
}

.slide-nav {
    margin-bottom: 50px
}

.list {
    color: var(--neutral--600);
    -webkit-text-stroke-color: var(--neutral--600)
}

.list.mg-top-24px {
    margin-top: 24px
}

.list.bullet {
    list-style-type: disc
}

.block-quote {
    color: var(--neutral--600);
    text-align: left;
    background-color: transparent;
    border-left-width: 5px;
    border-radius: 0;
    padding: 24px;
    font-style: italic
}

.block-quote.text-100 {
    color: #6e7588;
    border: 1px #000;
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 0 48px;
    font-size: 16px
}

.italic-text {
    color: #6e7588;
    font-size: 1em;
    line-height: 1.5em
}

.div-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.column {
    align-self: auto
}

.body-27,
.body-28 {
    background-color: transparent
}

.image-3 {
    margin-bottom: 18px;
    margin-left: 8px
}

.bold-text-6 {
    color: var(--neutral--700)
}

.custom-list {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 48px
}

.title._16 {
    padding-bottom: 6px;
    font-weight: 700;
    display: block
}

.list-normal {
    list-style-type: disc
}

.list-normal.mg-top-24px {
    margin-top: 24px
}

.paragraph-3 {
    margin-bottom: 10px
}

.quote {
    color: var(--neutral--600);
    font-size: 16px;
    font-style: normal
}

.quote.bigger {
    color: var(--neutral--700);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em
}

.heading-4 {
    color: var(--neutral--800);
    font-size: 1.75em
}

.image-4 {
    border-radius: 12px;
    min-width: 100%;
    margin-bottom: 24px
}

.image-4.slide {
    object-fit: cover;
    flex: 0 auto;
    width: 100%;
    height: 350px;
    display: block;
    position: static
}

.image-4.mg-top-24px {
    border-radius: 12px;
    margin-top: 24px
}

.image-4.mg-top-24px.no-corners {
    border-radius: 0;
    min-width: 100%;
    margin-top: 24px
}

.image-4.mg-top-24px.no-corners.mg-top-48px {
    margin-top: 48px
}

.image-4.mg-top-24px.no-corners.centered {
    min-width: 80%;
    max-width: 80%;
    display: block
}

.image-4.mg-top-24px.no-corners.border {
    border: 1px solid var(--neutral--400)
}

.image-4.no-corner {
    border-radius: 0
}

.image-4.mg-top-48px {
    margin-right: 0
}

.image-4.mg-top-48px.mg-bottom-24px {
    margin-bottom: 24px
}

.image-4.wide {
    border: 1px solid var(--neutral--400);
    border-radius: 0;
    margin-top: 48px;
    margin-left: 0;
    margin-right: 0;
    display: block
}

.gallery {
    margin-top: -6px;
    margin-bottom: 48px
}

.paragraph-4 {
    margin-top: -12px;
    margin-bottom: 48px
}

.bold-text-7 {
    font-weight: 500
}

.link {
    text-decoration: none
}

.link.tab {
    color: var(--neutral--600)
}

.bold-text-8 {
    font-size: 1em
}

.bold-text-9 {
    color: var(--accent--primary-1)
}

.bold-text-10 {
    background-image: linear-gradient(to bottom, #fff 50%, var(--system--blue-200)50%, var(--system--blue-200));
    color: var(--accent--primary-1);
    font-weight: 400
}

.div-block-8 {
    background-image: url(https://assets-global.website-files.com/64b8693d00edf5437d114b0d/652855d92a85e8e08f6ebbd1_prof-circle.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    min-height: 250px;
    max-height: 250px;
    margin: 24px 12% 140px;
    padding-bottom: 0;
    padding-left: 290px
}

.div-block-9 {
    margin-top: 0;
    display: block;
    position: static
}

.highlight {
    border: 1px #000;
    border-bottom: 10px solid rgba(143, 195, 255, .41);
    height: 1em;
    padding-bottom: 10px;
    display: inline-block
}

.text-span {
    background-image: linear-gradient(#fff 60%, rgba(143, 195, 255, .4) 60%, rgba(143, 195, 255, .4));
    padding-left: 0;
    padding-right: 0
}

.text-span.lighter {
    background-image: linear-gradient(#fff 60%, rgba(143, 195, 255, .25) 60%, rgba(143, 195, 255, .25))
}

.mg-top-24px {
    margin-top: 24px
}

.link-block {
    object-fit: fill;
    flex: none;
    justify-content: flex-end;
    text-decoration: none;
    display: flex
}

.link-2 {
    color: var(--neutral--700);
    text-align: right;
    justify-content: flex-end;
    text-decoration: none;
    display: flex
}

.link-3 {
    color: var(--neutral--500);
    text-decoration: none
}

.text-span-2 {
    font-family: MATERIAL, sans-serif;
    text-decoration: none;
    display: inline
}

.link-4 {
    text-decoration: none
}

.grid {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr
}

@media screen and (min-width: 1440px) {
    .grid-2-columns {
        grid-template-rows: auto
    }

    .mg-top-and-bottom-24px.text-300.no-margins.mg-bottom-12px {
        margin-bottom: 12px
    }

    .grid-3-columns.about {
        grid-column-gap: 72px;
        grid-template-columns: 1fr .6fr
    }

    .grid-3-columns.intro {
        grid-template-columns: .5fr 1fr;
        margin-left: 15%;
        margin-right: 15%
    }

    .container-default,
    .container-default.center {
        max-width: 1800px
    }

    ._2-items-wrap-container {
        align-items: center
    }

    ._2-items-wrap-container.bottom {
        color: var(--neutral--700);
        align-items: center
    }

    .image-2.slide {
        height: 350px;
        overflow: auto
    }

    .image-2.mg-top-24px {
        margin-top: 24px
    }

    .image-2.about {
        margin-top: 12px;
        margin-bottom: 24px
    }

    .heading-3.image-below {
        margin-bottom: 24px
    }

    .heading-3.front-page.wide {
        max-width: 72%
    }

    .image-4.slide {
        height: 350px;
        overflow: auto
    }

    .image-4.mg-top-24px {
        margin-top: 24px
    }
}

@media screen and (min-width: 1920px) {
    body {
        background-color: var(--secondary--color-1)
    }

    .grid-3-columns.about {
        grid-column-gap: 80px;
        grid-template-columns: 1fr .6fr;
        margin-top: 1%
    }

    .grid-3-columns.intro {
        margin-left: 13%;
        margin-right: 13%
    }

    .container-default {
        max-width: 1800px;
        font-size: 1.25svw
    }

    .container-default.center {
        max-width: 1800px
    }

    ._2-items-wrap-container.bottom {
        color: var(--neutral--700)
    }

    .section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .body {
        font-family: Lato, sans-serif
    }

    .body-2 {
        font-family: Exo, sans-serif
    }

    .body-3 {
        font-family: Line Rounded Icons, sans-serif
    }

    .body-4 {
        font-family: Bitter, serif
    }

    .body-5 {
        font-family: Changa One, Impact, sans-serif
    }

    .body-6 {
        font-family: Droid Sans, sans-serif
    }

    .body-7 {
        font-family: Droid Serif, serif
    }

    .body-8 {
        font-family: Great Vibes, cursive
    }

    .body-9 {
        font-family: Varela, sans-serif
    }

    .body-10 {
        font-family: Vollkorn, serif
    }

    .body-11 {
        font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif
    }

    .body-12 {
        font-family: Arial, Helvetica Neue, Helvetica, sans-serif
    }

    .body-13 {
        font-family: Inconsolata, monospace
    }

    .body-14 {
        font-family: Great Vibes, cursive
    }

    .body-15 {
        font-family: Bitter, serif
    }

    .body-16 {
        font-family: Droid Sans, sans-serif
    }

    .body-17 {
        font-family: Changa One, Impact, sans-serif
    }

    .body-18 {
        font-family: Droid Sans, sans-serif
    }

    .body-19 {
        font-family: Droid Serif, serif
    }

    .body-20 {
        font-family: Exo, sans-serif
    }

    .body-21 {
        font-family: Inconsolata, monospace
    }

    .body-22 {
        font-family: Exo, sans-serif
    }

    .body-23 {
        font-family: Droid Sans, sans-serif
    }

    .body-24,
    .body-25 {
        font-family: Droid Serif, serif
    }

    .heading {
        max-width: 450px;
        font-weight: 700
    }

    .text-block {
        color: rgba(130, 138, 163, .83);
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700
    }

    .container {
        max-width: 1200px
    }

    .secondary-heading {
        max-width: 450px;
        margin-bottom: 10px;
        font-weight: 700
    }

    .heading-3.front-page.wide {
        max-width: 75%
    }

    .body-29 {
        background-color: var(--neutral--100)
    }
}

@media screen and (max-width: 991px) {
    h2 {
        margin-bottom: 12px
    }

    .grid-2-columns.main-dashboard-grid {
        grid-row-gap: 64px;
        grid-template-columns: 1fr
    }

    .grid-2-columns.top-labels {
        grid-template-columns: .45fr .55fr 1fr
    }

    .card._404 {
        max-width: 520px;
        padding-top: 80px;
        padding-bottom: 80px
    }

    .card.image-right-inside {
        padding: 56px 40px
    }

    .mg-top-and-bottom-24px {
        font-size: 16px
    }

    .mg-top-and-bottom-24px.summary {
        font-size: 14px
    }

    .mg-top-and-bottom-24px.list.compact.bullet,
    .mg-top-and-bottom-24px.text-300 {
        font-size: 16px
    }

    .mg-top-and-bottom-24px.text-300.no-margins {
        font-size: 18px
    }

    .mg-top-and-bottom-24px.text-300.mg-bottom-12px,
    .text-200.medium.mg-bottom-4px,
    .text-200.medium.color-neutral-600.light {
        font-size: 16px
    }

    .grid-1-column.sidebar-links-grid {
        grid-column-gap: 16px;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }

    .grid-1-column.sidebar-links-grid.mg-bottom-48px {
        margin-bottom: 32px
    }

    .text-100.medium.color-neutral-800 {
        font-size: 14px
    }

    .text-100.medium.color-neutral-800.research-findings {
        min-height: 230px;
        font-size: 14px
    }

    .grid-3-columns {
        grid-template-columns: 1fr 1fr 1fr
    }

    .grid-3-columns._1-col-tablet,
    .grid-3-columns.home-cards-grid {
        grid-template-columns: 1fr
    }

    .grid-3-columns.about {
        grid-column-gap: 60px;
        grid-row-gap: 60px;
        grid-template-columns: 1fr
    }

    .grid-3-columns.intro {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-columns: 1fr;
        margin-top: 5%;
        margin-left: 5%;
        margin-right: 5%
    }

    .inner-container._100-tablet {
        max-width: 100%
    }

    .container-default,
    .container-default.center {
        padding-left: 100px;
        padding-right: 100px
    }

    .hamburger-menu-wrapper {
        grid-column-gap: 24px;
        justify-content: center;
        align-items: center;
        display: flex
    }

    .hamburger-menu-wrapper.w--open {
        background-color: transparent
    }

    .hidden-on-desktop.show-on-tablet {
        display: block
    }

    .error-message.password {
        margin-left: 32px;
        margin-right: 32px
    }

    ._404-not-found {
        font-size: 100px
    }

    .text-50.medium.sidebar-title {
        margin-bottom: 12px
    }

    ._2-items-wrap-container {
        font-size: 16px
    }

    ._2-items-wrap-container.bottom.home {
        padding-top: 48px
    }

    ._2-items-wrap-container.bottom.home.no-extra-space {
        padding-top: 24px
    }

    .dashboard-main-content.utility-page-main-content {
        flex-direction: column;
        justify-content: center;
        padding-top: 80px;
        display: flex
    }

    .dashboard-main-content.changelog-page-main-content {
        grid-row-gap: 80px;
        min-height: auto
    }

    .text-500.bold.mg-bottom-12px,
    .text-500.bold.mg-bottom-12px.title {
        font-size: 22px
    }

    .text-500.bold.mg-bottom-12px.about {
        margin-top: 24px
    }

    .text-600 {
        font-size: 26px
    }

    .header-nav-link {
        font-size: 14px
    }

    .header-nav-menu-wrapper {
        z-index: 999999;
        border-top: 1px solid var(--neutral--300);
        border-bottom: 1px solid var(--neutral--300);
        background-color: var(--neutral--100);
        text-align: left;
        padding: 40px 24px
    }

    .header-nav-menu-list {
        grid-row-gap: 12px;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 12px;
        display: none
    }

    .main-section.pd-bottom-64px.about {
        padding-top: 24px
    }

    .sidebar-container {
        z-index: 0;
        position: static
    }

    .sidebar-link {
        padding-top: 4px
    }

    .buttons-container {
        grid-column-gap: 20px
    }

    .divider-vertical {
        margin-left: 40px;
        margin-right: 40px
    }

    .avatars-container {
        grid-column-gap: 40px
    }

    .header-right-side-container {
        grid-column-gap: 16px;
        align-items: center;
        display: flex
    }

    .hamburger-menu-bar {
        width: 44px
    }

    .footer-top-section {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .footer-bottom-section {
        grid-row-gap: 20px;
        text-align: center;
        flex-direction: column
    }

    .card-image-right {
        width: 56%
    }

    .link-image {
        max-height: 300px
    }

    .cta-card {
        border-radius: 20px;
        padding: 64px 40px
    }

    .hidden-on-tablet {
        display: none
    }

    .header-sidebar-wrapper {
        margin-bottom: 24px;
        display: block
    }

    .grid-2-columns-2._1-col-tablet {
        grid-template-columns: 1fr
    }

    .image-2.about {
        min-width: 80%;
        max-width: 80%;
        margin-top: 0
    }

    .image-label {
        font-size: 14px
    }

    .bold-text-2.text-100 {
        font-size: 18px
    }

    .heading-3,
    .heading-3.image-below,
    .heading-3.image-below.mg-bottom-24px {
        font-size: 20px
    }

    .heading-3.front-page {
        max-width: 100%;
        font-size: 28px
    }

    .heading-3.front-page.wide {
        max-width: 100%;
        margin-bottom: 24px;
        font-size: 28px
    }

    .image-label-small {
        font-size: 14px
    }

    .grid-4-columns {
        grid-template-columns: 1fr 1fr
    }

    .grid-4-columns._1-col-tablet {
        grid-template-columns: 1fr
    }

    .image-label-passenger {
        font-size: 14px
    }

    .heading-4 {
        font-size: 32px
    }

    .div-block-8 {
        min-height: 150px;
        max-height: 150px;
        padding-left: 190px
    }

    .div-block-9 {
        text-align: center
    }

    .image-5 {
        max-width: 250px
    }
}

@media screen and (max-width: 767px) {
    h1 {
        margin-bottom: 10px;
        font-size: 26px
    }

    h2 {
        font-size: 22px
    }

    h3 {
        font-size: 20px
    }

    blockquote {
        border-radius: 18px;
        padding-left: 32px;
        padding-right: 32px
    }

    .grid-2-columns {
        grid-row-gap: 24px;
        grid-template-columns: 1fr
    }

    .grid-2-columns._2-col-mbl {
        grid-template-columns: 1fr 1fr
    }

    .grid-2-columns.pd-sides-40px.pd-sides-0-mbl {
        grid-row-gap: 12px
    }

    .grid-2-columns.top-labels {
        grid-template-columns: .45fr .55fr
    }

    .grid-2-columns.extra-space.gif,
    .grid-2-columns.quote {
        display: block
    }

    .card {
        box-shadow: 0 2px 12px rgba(20, 20, 43, .04)
    }

    .card._404 {
        max-width: 480px;
        padding-top: 64px;
        padding-bottom: 64px
    }

    .card.component-card {
        padding: 32px
    }

    .card.pd-32px---18px {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .card.image-right-inside {
        grid-row-gap: 40px;
        border-radius: 16px;
        grid-template-columns: 1fr;
        padding: 40px 32px 0
    }

    .card.text-decoration-none.overflow-hidden.gallery-card.last-card {
        margin-bottom: 0
    }

    .mg-top-and-bottom-24px.summary.half {
        flex-direction: column;
        flex: 0 auto;
        order: 0;
        display: block
    }

    .mg-bottom-32px {
        margin-bottom: 28px
    }

    .mg-bottom-40px {
        margin-bottom: 34px
    }

    .mg-bottom-48px {
        margin-bottom: 40px
    }

    .mg-top-48px {
        margin-top: 40px
    }

    .text-200.medium.mg-bottom-4px {
        font-size: 16px
    }

    .grid-1-column.sidebar-links-grid {
        grid-template-columns: 1fr 1fr
    }

    .text-100.medium.color-neutral-800.research-findings {
        min-height: 100px
    }

    .grid-3-columns {
        grid-template-columns: 1fr
    }

    .grid-3-columns.home-cards-grid {
        grid-column-gap: 48px;
        grid-row-gap: 48px;
        grid-template-columns: 1fr
    }

    .grid-3-columns.about {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        flex: 0 auto;
        order: 0;
        grid-template-columns: 1fr
    }

    .grid-3-columns.intro {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        margin-top: 0%;
        margin-left: 0%;
        margin-right: 0%
    }

    .inner-container._100-mbl {
        max-width: 100%
    }

    .container-default {
        padding-left: 40px;
        padding-right: 40px
    }

    .container-default.center {
        padding-left: 60px;
        padding-right: 60px
    }

    .error-message.password {
        margin-left: 24px;
        margin-right: 24px
    }

    ._404-not-found {
        font-size: 80px
    }

    .mg-bottom-12px.mg-bottom-32px-mbl {
        margin-bottom: 32px
    }

    .hidden-on-mbl {
        display: none
    }

    ._2-items-wrap-container {
        font-size: 16px
    }

    ._2-items-wrap-container.justify-center.gap-column-48px {
        grid-column-gap: 40px
    }

    ._2-items-wrap-container.gap-row-40px {
        grid-row-gap: 40px
    }

    .dashboard-main-content.utility-page-main-content {
        padding-top: 64px
    }

    .text-500 {
        font-size: 22px
    }

    .text-500.bold.mg-bottom-12px.about {
        margin-top: 0
    }

    .text-600 {
        font-size: 24px
    }

    .header-nav-menu-wrapper {
        padding: 32px 20px
    }

    .main-section.pd-bottom-64px.about {
        padding-top: 24px
    }

    .divider-vertical {
        margin-left: 32px;
        margin-right: 32px
    }

    .notification-bar.blue.statistics.mg-top-24px.no-top.add-top {
        margin-top: 24px
    }

    .card-icon-square {
        border-radius: 8px;
        max-width: 40px
    }

    .data-table-row {
        min-width: 800px;
        padding-left: 20px;
        padding-right: 20px
    }

    .user-table-row {
        grid-template-columns: 2.5fr 1.5fr 1fr .8fr
    }

    .tab-menu-underline-link {
        padding-bottom: 20px
    }

    .header-right-side-container {
        grid-column-gap: 12px
    }

    .hamburger-menu-bar {
        width: 32px
    }

    .footer-top-section {
        grid-column-gap: 32px;
        padding-top: 40px;
        padding-bottom: 40px
    }

    .footer-links-container {
        grid-column-gap: 12px
    }

    .footer-bottom-section {
        padding-top: 24px;
        padding-bottom: 24px
    }

    .social-links-container {
        grid-column-gap: 12px
    }

    .social-circle-link {
        min-width: 24px;
        max-width: 24px;
        min-height: 24px;
        max-height: 24px;
        font-size: 12px
    }

    .card-image-right {
        width: 120%;
        max-width: none;
        margin-left: -40px;
        position: static
    }

    .mg-top-80px {
        margin-top: 0
    }

    .cta-card {
        grid-row-gap: 24px;
        border-radius: 16px;
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 32px
    }

    .mg-bottom-80px {
        margin-bottom: 72px
    }

    .pd-sides-40px {
        padding-left: 32px;
        padding-right: 32px
    }

    .pd-sides-40px.pd-sides-0-mbl {
        padding-left: 0;
        padding-right: 0
    }

    .card-home-pages-wrapper {
        padding-left: 28px;
        padding-right: 28px
    }

    .grid-2-columns-2 {
        grid-template-columns: 1fr
    }

    .container-about {
        padding-left: 20px;
        padding-right: 20px
    }

    .columns {
        flex-direction: column
    }

    .image.about {
        object-fit: cover;
        min-width: 100%;
        max-height: 500px;
        overflow: auto
    }

    .image-2.mg-top-24px.mg-bottom-32px.gif {
        margin-top: 48px
    }

    .image-2.gif {
        margin-top: 24px
    }

    .heading-3.image-below.no-top {
        margin-top: -24px
    }

    .heading-3.front-page {
        max-width: 100%;
        margin-left: 15px;
        margin-right: 15px;
        font-size: 25px
    }

    .heading-3.front-page.wide {
        margin-bottom: 48px;
        margin-left: 0;
        margin-right: 0;
        font-size: 25px
    }

    .heading-3.front-page.about {
        margin-top: 12px;
        margin-left: 0;
        margin-right: 0
    }

    .grid-4-columns {
        grid-template-columns: 1fr
    }

    .grid-4-columns.home-cards-grid {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        grid-template-columns: 1fr 1fr
    }

    .column {
        padding-left: 0;
        padding-right: 0
    }

    .heading-4 {
        font-size: 30px
    }

    .column-2 {
        padding-left: 0;
        padding-right: 0
    }

    .image-4.mg-top-24px.mg-bottom-32px.gif {
        margin-top: 48px
    }

    .image-4.gif {
        margin-top: 24px
    }

    .div-block-7 {
        margin-bottom: 24px
    }

    .image-5 {
        max-width: 200px
    }

    .bold-text-11 {
        font-size: 32px
    }

    .column-3,
    .column-4 {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width: 479px) {
    .grid-2-columns.top-labels {
        grid-row-gap: 24px;
        grid-template-columns: 1fr
    }

    .grid-2-columns.top-labels._3 {
        grid-template-columns: 1fr
    }

    .grid-2-columns.extra-space.gif {
        display: block
    }

    .grid-2-columns.extra-space.gif.other-side {
        margin-top: 60px
    }

    .card.password-protected-card {
        padding: 32px 24px
    }

    .card._404 {
        padding: 48px 24px
    }

    .card.component-card {
        padding-left: 24px;
        padding-right: 24px
    }

    .card.inside-image {
        margin-top: -40px;
        margin-left: 20px;
        margin-right: 20px;
        position: relative;
        bottom: auto;
        left: auto;
        right: auto
    }

    .card.image-right-inside {
        padding-top: 32px;
        padding-left: 24px;
        padding-right: 24px
    }

    .card.text-decoration-none.overflow-hidden.gallery-card.last-card {
        margin-bottom: 0
    }

    .mg-bottom-16px {
        margin-bottom: 12px
    }

    .mg-top-and-bottom-24px {
        margin-bottom: 20px
    }

    .mg-top-and-bottom-24px.list,
    .mg-top-and-bottom-24px.list.compact {
        padding-left: 8px
    }

    .mg-top-and-bottom-24px.list.compact.bullet {
        font-size: 16px
    }

    .mg-top-and-bottom-24px.list.bullet {
        padding-left: 8px
    }

    .mg-top-and-bottom-24px.text-300 {
        font-size: 16px
    }

    .mg-top-and-bottom-24px.text-300.no-margins {
        font-size: 18px
    }

    .mg-top-and-bottom-24px.text-300.mg-bottom-12px {
        margin-top: 24px;
        margin-bottom: 12px
    }

    .mg-top-48px {
        margin-top: 32px
    }

    .grid-1-column.sidebar-links-grid {
        grid-column-gap: 12px
    }

    .grid-3-columns {
        grid-template-columns: 1fr
    }

    .grid-3-columns.home-cards-grid {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-columns: 1fr
    }

    .grid-3-columns.intro {
        margin-bottom: 20%
    }

    .container-default,
    .container-default.center {
        padding-left: 20px;
        padding-right: 20px
    }

    .flex-horizontal.vertical-mbp {
        flex-direction: column
    }

    .flex-horizontal.align-start.gap-column-16px {
        grid-column-gap: 12px
    }

    ._404-not-found {
        font-size: 64px
    }

    .flex.align-center.gap-column-16px {
        grid-column-gap: 12px
    }

    ._2-items-wrap-container {
        grid-column-gap: 30px
    }

    ._2-items-wrap-container._3 {
        grid-column-gap: 20px
    }

    ._2-items-wrap-container.bottom {
        justify-content: flex-start
    }

    ._2-items-wrap-container.bottom.home {
        color: var(--neutral--800)
    }

    .dashboard-main-content.utility-page-main-content {
        padding-top: 48px
    }

    .text-500.bold.mg-bottom-12px {
        margin-top: 48px
    }

    .header-nav-menu-wrapper {
        padding-left: 16px;
        padding-right: 16px
    }

    .main-section.pd-bottom-64px.about {
        padding-top: 24px
    }

    .divider-vertical.horizontal-mbp {
        width: 100%;
        min-width: auto;
        max-width: none;
        min-height: 1px;
        max-height: 1px;
        margin: 32px auto
    }

    .avatars-container {
        grid-column-gap: 24px;
        grid-row-gap: 32px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid
    }

    .data-table-row {
        grid-column-gap: 6px;
        padding-left: 16px;
        padding-right: 16px
    }

    .tabs-menu {
        grid-row-gap: 2px;
        border-radius: 8px;
        flex-direction: column;
        width: 100%
    }

    .tabs-menu.links-single {
        grid-row-gap: 20px
    }

    .tab-menu-badge-link {
        width: 100%
    }

    .tab-menu-underline-link {
        padding-bottom: 8px
    }

    .breadcrumb-badge {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 12px
    }

    .max-w-12px-mbp {
        max-width: 14px
    }

    .hamburger-menu-bar {
        width: 24px
    }

    .footer-top-section {
        grid-row-gap: 16px;
        flex-direction: column;
        padding-top: 32px;
        padding-bottom: 32px
    }

    .mg-top-80px {
        margin-top: 0
    }

    .link-image {
        max-height: 200px
    }

    .cta-card {
        border-radius: 12px;
        padding: 32px 24px
    }

    .pd-sides-40px {
        padding-left: 24px;
        padding-right: 24px
    }

    .pd-top-64px---bottom-100px {
        padding-top: 48px;
        padding-bottom: 80px
    }

    .card-home-pages-wrapper {
        padding-left: 24px;
        padding-right: 24px
    }

    .section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .container-about {
        padding-left: 16px;
        padding-right: 16px
    }

    .columns {
        padding-left: 20px;
        padding-right: 20px
    }

    .image.about {
        max-height: 350px
    }

    .image-2.about {
        margin-top: 0
    }

    .heading-3.image-below.no-top {
        margin-top: -24px
    }

    .heading-3.front-page {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        font-size: 25px
    }

    .heading-3.front-page.wide {
        text-align: left;
        margin-bottom: 48px;
        font-size: 25px
    }

    .heading-3.front-page.about {
        text-align: left;
        margin-bottom: 24px
    }

    .grid-4-columns {
        grid-template-columns: 1fr
    }

    .grid-4-columns.home-cards-grid {
        grid-row-gap: 20px;
        grid-template-columns: 1fr
    }

    .list {
        padding-left: 32px
    }

    .list.bullet {
        padding-left: 20px
    }

    .list.bullet.mg-bottom-48px {
        padding-left: 32px
    }

    .column {
        padding-left: 0;
        padding-right: 0
    }

    .list-normal,
    .list-2,
    .list-3 {
        padding-left: 32px
    }

    .list-4 {
        padding-left: 20px
    }

    .heading-4 {
        margin-bottom: 12px
    }

    .column-2 {
        padding-left: 0;
        padding-right: 0
    }

    .bold-text-11 {
        font-size: 30px
    }

    .link-2 {
        color: var(--neutral--700)
    }
}

#w-node-_4df30bee-185d-16f7-3c30-cf645872aa85-7d114b37 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: end
}

#w-node-_903496fe-0f16-6e1d-baf0-c0a59e8e7b2d-7d114b37 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_585c9d9c-ee56-2c52-7039-f9414ea5e979-7d114b37 {
    align-self: center
}

#w-node-fc6c7783-45d1-8738-009f-b7cab1e75463-7d114b37,
#w-node-e2265a5a-2c6e-7733-3840-009344af1409-7d114b37,
#w-node-eac26d3d-3add-5b3f-2313-2480e094cc38-7d114b37,
#w-node-_69d3106d-2c39-3871-e75f-1381ca04f3e8-7d114b37 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_2f03413c-e521-4ef9-2d76-f7241f11e1b9-059bc49f,
#w-node-ca111117-7748-5a34-58ad-0be570d193fb-059bc49f {
    align-self: start
}

#w-node-e9ac457c-84bd-750a-d41f-aa5897e32169-7d114b3f,
#w-node-_9dd682ff-5944-0545-c8a7-6848bb794a95-7d114b4b {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_5b7b5ab1-6d00-c7e0-62e6-f29490555c22-7d114b4b {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: end
}

#w-node-_63e13619-a69c-8289-08ef-b1fd953b2de3-7d114b4b,
#w-node-_9fa32177-2ad7-b0e6-a212-9bc8083533f7-7d114b4b,
#w-node-cc1fccd4-a2f4-a63e-97d4-5bddbcb639e7-7d114b4b {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: center
}

#w-node-b8d13650-dab0-2f98-78a6-c4a631044049-7d114b4b {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: end
}

#w-node-b8d13650-dab0-2f98-78a6-c4a63104404d-7d114b4b {
    grid-area: 2/2/3/3
}

#w-node-b8d13650-dab0-2f98-78a6-c4a63104404f-7d114b4b {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-b8d13650-dab0-2f98-78a6-c4a631044051-7d114b4b {
    grid-area: 1/2/2/3
}

#w-node-b8d13650-dab0-2f98-78a6-c4a631044053-7d114b4b {
    grid-area: 2/1/3/2
}

#w-node-_21976f39-e6e7-7bbc-aa12-692d41a259ba-7d114b4b,
#w-node-b7f70ef3-ce98-d72a-e748-00aad0a93bda-7d114b4b,
#w-node-_0cc0ce82-cee8-0d63-0c06-785189de258c-7d114b4b,
#w-node-_0cc0ce82-cee8-0d63-0c06-785189de258e-7d114b4b,
#w-node-_025cd3e5-519a-a15e-809a-a0fdb2bfcc32-7d114b4b,
#w-node-f5a7fbcb-b4ee-ef50-0599-a5a830361ecc-7d114b4b,
#w-node-_47e42f6d-ae5a-26de-a1b1-fa651d574bdc-7d114b4b,
#w-node-f351a493-0e66-ba4e-05aa-855d81105c14-7d114b4b,
#w-node-c8ef7cd1-f807-4f40-6c85-8a66768c176e-7d114b4b,
#w-node-a3db46b0-804b-d541-429b-d0ce5ba280c7-7d114b4b,
#w-node-_56a4d726-c108-0853-4965-e9d397c0da1b-7d114b4b,
#w-node-ff5d4920-7922-1fdb-7bea-0cdf425b10a1-7d114b4b {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: start;
    justify-self: center
}

#w-node-af308f1d-62f6-61d6-6e6b-42766003b849-7d114b4b {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: start;
    justify-self: end
}

#w-node-_7d5a0813-ca0f-0d26-4c0f-d136bf280e1b-7d114b4b {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: start;
    justify-self: start
}

#w-node-_18c5fece-0d0a-27a1-860f-b636dfd8a836-7d114b4b,
#w-node-e63e5735-1a78-d4e4-72b4-9d26351d424f-7d114b4b {
    justify-self: center
}

#w-node-afc06601-02ce-d8c0-5e67-f347696e7a1b-7d114b4b {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: center
}

#w-node-afc06601-02ce-d8c0-5e67-f347696e7a1d-7d114b4b,
#w-node-_2cb28d50-17a4-2fe3-0847-d4ac4b7d36aa-7d114b4b,
#w-node-_2cb28d50-17a4-2fe3-0847-d4ac4b7d36ac-7d114b4b {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: start;
    justify-self: center
}

#w-node-cb4ad8db-05b6-b3e7-a766-c6040a962371-0a962371 {
    justify-self: center
}

#w-node-a99c1661-31b6-9ad4-73d2-7f6491da01b0-91da01b0 {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: start;
    justify-self: center
}

#w-node-a3508ca5-a024-de47-6584-e8a67cb3525f-7cb3525f {
    justify-self: center
}

#w-node-b7d62a90-60bc-d1b3-5389-85ab6300ad8e-6300ad8e {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: center
}

#w-node-_0330f094-27d3-4170-8a84-42589737fda7-9737fda3,
#w-node-_0330f094-27d3-4170-8a84-42589737fda9-9737fda3,
#w-node-_0330f094-27d3-4170-8a84-42589737fdab-9737fda3,
#w-node-_0330f094-27d3-4170-8a84-42589737fdad-9737fda3,
#w-node-_6a4ea280-e617-06de-df72-405915f9dada-15f9dad2,
#w-node-_6a4ea280-e617-06de-df72-405915f9dadf-15f9dad2,
#w-node-_6a4ea280-e617-06de-df72-405915f9dae4-15f9dad2,
#w-node-b5abc023-9406-e29e-4a73-d0657c71dff2-7c71dff2,
#w-node-b5abc023-9406-e29e-4a73-d0657c71dff6-7c71dff2,
#w-node-b5abc023-9406-e29e-4a73-d0657c71dff8-7c71dff2,
#w-node-b5abc023-9406-e29e-4a73-d0657c71dffa-7c71dff2,
#w-node-b5abc023-9406-e29e-4a73-d0657c71dffc-7c71dff2,
#w-node-b5abc023-9406-e29e-4a73-d0657c71dffe-7c71dff2,
#w-node-_269d1d2d-2cb2-3200-d275-6492145f0d89-145f0d88,
#w-node-_269d1d2d-2cb2-3200-d275-6492145f0d8b-145f0d88,
#w-node-_269d1d2d-2cb2-3200-d275-6492145f0d8d-145f0d88,
#w-node-_269d1d2d-2cb2-3200-d275-6492145f0d8f-145f0d88,
#w-node-_269d1d2d-2cb2-3200-d275-6492145f0d91-145f0d88 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_6656aefb-d42b-e003-3403-434572faa560-72faa560 {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: start
}

#w-node-_6656aefb-d42b-e003-3403-434572faa571-72faa560,
#w-node-_6656aefb-d42b-e003-3403-434572faa575-72faa560,
#w-node-_6656aefb-d42b-e003-3403-434572faa579-72faa560,
#w-node-_6656aefb-d42b-e003-3403-434572faa57d-72faa560,
#w-node-_6656aefb-d42b-e003-3403-434572faa581-72faa560 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_07e5ed4b-c15c-4da2-c4ec-8a449db60b01-9db60b01 {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: start
}

#w-node-_07e5ed4b-c15c-4da2-c4ec-8a449db60b0f-9db60b01,
#w-node-_07e5ed4b-c15c-4da2-c4ec-8a449db60b13-9db60b01,
#w-node-_07e5ed4b-c15c-4da2-c4ec-8a449db60b17-9db60b01,
#w-node-_07e5ed4b-c15c-4da2-c4ec-8a449db60b1b-9db60b01,
#w-node-_07e5ed4b-c15c-4da2-c4ec-8a449db60b1f-9db60b01 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_8c93b0bb-b935-c56a-dbd4-c83f1e999aeb-1e999aeb {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: start
}

#w-node-_8c93b0bb-b935-c56a-dbd4-c83f1e999af5-1e999aeb,
#w-node-_8c93b0bb-b935-c56a-dbd4-c83f1e999af9-1e999aeb,
#w-node-_8c93b0bb-b935-c56a-dbd4-c83f1e999afd-1e999aeb,
#w-node-_8c93b0bb-b935-c56a-dbd4-c83f1e999b01-1e999aeb,
#w-node-_8c93b0bb-b935-c56a-dbd4-c83f1e999b05-1e999aeb,
#w-node-_56cd9ec0-8336-c57b-b4c4-2405e9490cc3-e9490cbd,
#w-node-f19763a7-a319-6fea-a8e7-c1e735b1a13f-35b1a13f {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_1d426e64-f789-ee8f-5504-71af877ec3a3-877ec3a3 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-f18a1fce-0ff6-7565-5f48-1e0735f5d8ea-35f5d8e9,
#w-node-_33df89bc-f82c-cc1e-d5c4-4959632564a9-632564a9 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-7d114b7e {
    align-self: stretch
}

#w-node-ae1936ed-ec80-ed90-0b04-781ed9090c06-b2c34c5c {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: end
}

#w-node-e93ba60a-ab39-8e97-c65d-8db43ebea791-b2c34c5c {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: auto
}

#w-node-ba58778b-d2b7-3d4e-678d-accc521a10c3-b2c34c5c {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: center
}

#w-node-_5b7b5ab1-6d00-c7e0-62e6-f29490555c22-50dee13c {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: end
}

#w-node-_16881abc-3cf2-0abc-cdf4-9898045b53be-50dee13c,
#w-node-_15a496ac-1b31-fe27-b099-04ec19dfd078-50dee13c {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_9710221a-e959-b7f6-90b6-34be18182274-50dee13c {
    align-self: start
}

#w-node-_5667597e-49a2-d829-053a-96e45699ace8-50dee13c {
    align-self: auto
}

#w-node-_43984505-6d83-b98b-282b-94de3cc6895c-50dee13c,
#w-node-c208db79-c15e-0837-a6ee-186973566218-50dee13c,
#w-node-_378c9748-8101-f240-6ac2-f0ac82474270-50dee13c,
#w-node-_437423f5-cd33-59df-5b9e-9524de74b92a-50dee13c,
#w-node-_39a91bca-3fdd-9f94-77c2-678e14f23c28-50dee13c,
#w-node-_69175976-43ce-cc5b-cc06-0d6dbb2adde6-50dee13c,
#w-node-_286a2564-32bb-3707-23c1-96b5a8c6143f-50dee13c,
#w-node-_286a2564-32bb-3707-23c1-96b5a8c61440-50dee13c,
#w-node-_286a2564-32bb-3707-23c1-96b5a8c6143a-50dee13c,
#w-node-_286a2564-32bb-3707-23c1-96b5a8c6143b-50dee13c,
#w-node-_286a2564-32bb-3707-23c1-96b5a8c61435-50dee13c,
#w-node-_286a2564-32bb-3707-23c1-96b5a8c61436-50dee13c,
#w-node-_286a2564-32bb-3707-23c1-96b5a8c61444-50dee13c,
#w-node-_286a2564-32bb-3707-23c1-96b5a8c61445-50dee13c {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_5b7b5ab1-6d00-c7e0-62e6-f29490555c22-74cf3352 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: end
}

#w-node-bb5baeb3-232e-388c-3298-33f737409ffc-74cf3352 {
    align-self: auto;
    justify-self: auto
}

#w-node-_5b7b5ab1-6d00-c7e0-62e6-f29490555c22-20f679f8 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: end
}

#w-node-_6177ceb8-7a8c-0451-7009-0bb9b54fd36c-20f679f8 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_5b7b5ab1-6d00-c7e0-62e6-f29490555c22-764cba8f {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: end
}

#w-node-ea5496a5-3820-4f1b-2f63-4efd1a47d6fd-6f3af4be,
#w-node-_953a1eff-145d-3025-7295-ba4f36b2de40-6f3af4be,
#w-node-_935d8c13-72c0-43c1-f4dc-86d7bafe18c7-6f3af4be,
#w-node-_3cb86a13-fa25-1284-9f18-5e6aab354256-6f3af4be,
#w-node-ad6b0d9f-dbec-fcc5-3e6b-2a3249f3960d-6f3af4be,
#w-node-_3d33d87e-109b-28a5-e1df-794f29965c80-6f3af4be,
#w-node-bee66fcb-9066-ffee-6908-c61286cdc4a9-6f3af4be,
#w-node-_121b7934-4888-59c0-c60d-a9833a5fffa4-6f3af4be,
#w-node-de022305-8162-9598-c694-58df0f27868b-6f3af4be,
#w-node-_68acfee6-342a-659a-1d58-7e5f7fa23bc5-6f3af4be {
    grid-area: span 1/span 1/span 1/span 1
}

@media screen and (min-width: 1440px) {
    #w-node-_585c9d9c-ee56-2c52-7039-f9414ea5e979-7d114b37 {
        grid-area: span 1/span 1/span 1/span 1
    }
}

@media screen and (max-width: 991px) {
    #w-node-_903496fe-0f16-6e1d-baf0-c0a59e8e7b2d-7d114b37 {
        align-self: center;
        justify-self: center
    }

    #w-node-ba58778b-d2b7-3d4e-678d-accc521a10c3-b2c34c5c {
        justify-self: center
    }
}

@media screen and (max-width: 767px) {
    #w-node-_903496fe-0f16-6e1d-baf0-c0a59e8e7b2d-7d114b37 {
        align-self: center;
        justify-self: center
    }

    #w-node-b8d13650-dab0-2f98-78a6-c4a631044049-7d114b4b,
    #w-node-b8d13650-dab0-2f98-78a6-c4a63104404f-7d114b4b {
        justify-self: center
    }

    #w-node-af308f1d-62f6-61d6-6e6b-42766003b849-7d114b4b {
        justify-self: stretch
    }

    #w-node-_7d5a0813-ca0f-0d26-4c0f-d136bf280e1b-7d114b4b {
        justify-self: center
    }

    #w-node-afc06601-02ce-d8c0-5e67-f347696e7a1b-7d114b4b,
    #w-node-afc06601-02ce-d8c0-5e67-f347696e7a1d-7d114b4b,
    #w-node-_2cb28d50-17a4-2fe3-0847-d4ac4b7d36aa-7d114b4b,
    #w-node-_2cb28d50-17a4-2fe3-0847-d4ac4b7d36ac-7d114b4b {
        justify-self: stretch
    }
}

@media screen and (max-width: 479px) {

    #w-node-bb994ce1-bfee-1dff-3776-758f7252735f-50dee13c,
    #w-node-_4af884e7-b8aa-3c89-a5d8-4287332372df-50dee13c {
        grid-area: span 1/span 2/span 1/span 2
    }

    #w-node-_335d76de-d976-8fa2-17b0-b9cba48add85-20f679f8 {
        grid-area: span 1/span 1/span 1/span 1
    }
}

@font-face {
    font-family: 'Social Icons Font';
    src: url('https://uploads-ssl.webflow.com/64b8693d00edf5437d114b0d/64b8693d00edf5437d114b8a_social-icon-font.woff2') format('woff2'), url('https://uploads-ssl.webflow.com/64b8693d00edf5437d114b0d/64b8693d00edf5437d114b69_social-icon-font.eot') format('embedded-opentype'), url('https://uploads-ssl.webflow.com/64b8693d00edf5437d114b0d/64b8693d00edf5437d114b6d_social-icon-font.woff') format('woff'), url('https://uploads-ssl.webflow.com/64b8693d00edf5437d114b0d/64b8693d00edf5437d114b6c_social-icon-font.ttf') format('truetype'), url('https://uploads-ssl.webflow.com/64b8693d00edf5437d114b0d/64b8693d00edf5437d114b6b_social-icon-font.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Line Square Icons';
    src: url('https://uploads-ssl.webflow.com/64b8693d00edf5437d114b0d/64b8693d00edf5437d114b8d_line-square-icons.woff2') format('woff2'), url('https://uploads-ssl.webflow.com/64b8693d00edf5437d114b0d/64b8693d00edf5437d114b6a_line-square-icons.eot') format('embedded-opentype'), url('https://uploads-ssl.webflow.com/64b8693d00edf5437d114b0d/64b8693d00edf5437d114b8c_line-square-icons.woff') format('woff'), url('https://uploads-ssl.webflow.com/64b8693d00edf5437d114b0d/64b8693d00edf5437d114b62_line-square-icons.ttf') format('truetype'), url('https://uploads-ssl.webflow.com/64b8693d00edf5437d114b0d/64b8693d00edf5437d114b8b_line-square-icons.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filled Icons';
    src: url('https://uploads-ssl.webflow.com/64b8693d00edf5437d114b0d/64b8693d00edf5437d114b64_filled-icon-font.woff2') format('woff2'), url('https://uploads-ssl.webflow.com/64b8693d00edf5437d114b0d/64b8693d00edf5437d114b95_filled-icon-font.eot') format('embedded-opentype'), url('https://uploads-ssl.webflow.com/64b8693d00edf5437d114b0d/64b8693d00edf5437d114b8f_filled-icon-font.woff') format('woff'), url('https://uploads-ssl.webflow.com/64b8693d00edf5437d114b0d/64b8693d00edf5437d114b65_filled-icon-font.ttf') format('truetype'), url('https://uploads-ssl.webflow.com/64b8693d00edf5437d114b0d/64b8693d00edf5437d114b5e_filled-icon-font.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Line Rounded Icons';
    src: url('https://uploads-ssl.webflow.com/64b8693d00edf5437d114b0d/64b8693d00edf5437d114b68_line-rounded-icons.woff2') format('woff2'), url('https://uploads-ssl.webflow.com/64b8693d00edf5437d114b0d/64b8693d00edf5437d114b66_line-rounded-icons.eot') format('embedded-opentype'), url('https://uploads-ssl.webflow.com/64b8693d00edf5437d114b0d/64b8693d00edf5437d114b6e_line-rounded-icons.woff') format('woff'), url('https://uploads-ssl.webflow.com/64b8693d00edf5437d114b0d/64b8693d00edf5437d114b67_line-rounded-icons.ttf') format('truetype'), url('https://uploads-ssl.webflow.com/64b8693d00edf5437d114b0d/64b8693d00edf5437d114b63_line-rounded-icons.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dashflow custom icon font';
    src: url('https://uploads-ssl.webflow.com/64b8693d00edf5437d114b0d/64b8693d00edf5437d114c05_dashflow-custom-icon-font.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MATERIAL';
    src: url('https://uploads-ssl.webflow.com/64b8693d00edf5437d114b0d/6517396c3788056abf0923fc_MaterialIconsRound-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}